A no_std
-friendly library for parsing and generation of Image4 images written in pure Rust.
This library is currently in EXPERIMENTAL state. It's very likely that the API changes in the future.
alloc
: enables owned versions of reference types, alloc
support in der
and decoding of Image4 properties.std
: implements std::error::Error
trait on provided errors, enables std
support in the [der
] crate.payload
: adds support for Image4 payloads (IM4P files).manifest
: adds support for Image4 manifests (IM4M files).restore_info
: adds support for Image4 restore info (IM4R blobs).image
: adds support for full Image4 images, requires payload
, manifest
and restore_info
features.All features are enabled by default.
This crate requires at least Rust 1.65. An MSRV change will be accompanied by a minor version bump
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.