Structs§
- Defines the Rust version of
zbi_topology_node_v2_t
in sdk/lib/zbi-format/include/lib/zbi-format/zbi.h.
Enums§
- Defines the types supported by the Rust ZBI parser. This is a subset from sdk/lib/zbi-format/include/lib/zbi-format/zbi.h, and should be updated as needed.
Constants§
- Must be in the extra field for headers of type ZbiType::Container.
- If the header contains this flag, the CRC32 field must contain a valid CRC32. Otherwise, the CRC32 field must contain ZBI_ITEM_NO_CRC32.
- Always required.
- Every header type must have this magic value.
- The CRC32 field must be set to this when not using CRC32.
Functions§
- Define a container header that describes a container content length of
length
.