Skip to main content

Crate onelf_format

Crate onelf_format 

Source
Expand description

ONELF format definitions

Re-exports§

pub use entry::Block;
pub use entry::Entry;
pub use entry::EntryKind;
pub use entry::EntryPoint;
pub use entry::EntryPointFlags;
pub use entry::WorkingDir;
pub use footer::END_MAGIC;
pub use footer::FOOTER_SIZE;
pub use footer::Flags;
pub use footer::Footer;
pub use footer::MAGIC;
pub use manifest::Manifest;
pub use manifest::ManifestHeader;
pub use manifest::StringTableBuilder;
pub use manifest::is_safe_component;

Modules§

cache_layout
Shared layout and safety rules for the on-disk extraction cache.
drivers
Host directories that supply GPU and system libraries.
elf
Minimal ELF probing shared by the packer and the runtime.
entry
footer
Footer structure and serialization
manifest
reader
Bounds checking for the regions a package footer describes.
update
Update-URL conventions shared by the runtime and the packer.