tree: f61f4c7cce4b83a7817fa39336bc6406cc36008d [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.