Structs§
Enums§
- ZbiParser
Error - ZbiType
- 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§
- ZBI_
CONTAINER_ MAGIC - Must be in the extra field for headers of type ZbiType::Container.
- ZBI_
FLAGS_ VERSION - Always required.
- ZBI_
ITEM_ MAGIC - Every header type must have this magic value.
- ZBI_
ITEM_ NO_ CRC32 - The CRC32 field must be set to this when not using CRC32.
Functions§
- zbi_
container_ header - Define a container header that describes a container content length of
length
.