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;

Modules§

entry
footer
Footer structure and serialization
manifest