tree: eef0413bbc05a5f812a8ddf758a611cc4a9fa706 [path history] [tgz]
  1. src/
  2. bindgen.sh
  3. BUILD.gn
  4. README.md
src/firmware/lib/zbi-rs/README.md

Rust ZBI lib

Rust version of C library to work with ZBI format.

See Rust documentation for zbi for library details.

Notes

Currently sdk/lib/zbi-format is not ready to provide Rust bindings from FIDL. So we are using buildgen generated version from C headers: src/firmware/lib/zbi-rs/src/zbi_format.rs

Another alternative is manually created version: src/sys/lib/fuchsia-zbi/abi.