1 2 3 4 5 6 7 8 9 10 11
mod canonical; mod limits; mod manifest_codec; mod reader; mod writer; pub use limits::ArchiveLimits; pub use reader::read_bundle; pub use writer::write_bundle; const MAGIC: &[u8] = b"RUNMAT-EXECUTION-BUNDLE\x01";