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::MAGIC;pub use manifest::Manifest;pub use manifest::ManifestHeader;pub use manifest::StringTableBuilder;pub use manifest::is_safe_component;pub use manifest::symlink_target_within_root;
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.