//! An implementation of Android's sparse file format.
//!
//! Enables reading and writing sparse images, as well as encoding from and
//! decoding to raw images:
//!
//! ```text
//! -------- -------- -------
//! | sparse | --Reader--> | sparse | --Decoder--> | raw |
//! | image | <--Writer-- | blocks | <--Encoder-- | image |
//! -------- -------- -------
//! ```
pub use ;