tree: 8d9d7156a5f49f09de356e04c9c989ae8a626e6c [path history] [tgz]
  1. abi/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/sys/lib/fuchsia-zbi/README.md

Rust ZBI parsing library

This library allows parsing the Zircon boot image.

This is zero copy until ZBI items are requested. If only specific items are required, any pages that only contain non-required items will be decommited to conserve memory.