Macro define_entry_version

Source
macro_rules! define_entry_version {
    () => { ... };
}
Expand description

Defines the hermit entry version in the note section.

This macro must be used in a module that is guaranteed to be linked. See https://github.com/rust-lang/rust/issues/99721.