Re-exports§
pub use boot::BootImage;pub use ota::OTAImage;pub use ota::SubImage;pub use pt::PartTab;pub use pt::PartitionTableImage;pub use pt::Record;pub use pt::TrapConfig;
Modules§
Enums§
- Encrypted
Or - A generic enum representing either encrypted or plain data.
Traits§
- AsImage
- A trait that provides common functionality for image-like objects, such as computing and setting the segment size and signature.
Functions§
- build_
default_ signature - Builds the signature for a given image.
- build_
segment_ size - Builds the segment size for a given image.
- set_
default_ segment_ size - Sets the segment size for a given image.
- set_
default_ signature - Sets the signature for a given image.