microsandbox-image 0.7.0

OCI image pulling, layer extraction, and caching for microsandbox.
Documentation
mod chain;
mod format;
mod formatter;
mod jbd2;
mod layout;
mod resize_inode;
mod resizer;
mod rootfs;
mod storage;

//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------

pub use chain::grow_chain;
pub use formatter::{Ext4Error, Ext4FormatOptions, format_ext4, format_ext4_with_tree};
pub use resizer::{GrowOutcome, grow_image};
pub use rootfs::{
    EXT4_ROOTFS_MATERIALIZER_ABI, Ext4Artifact, Ext4RootfsOptions, materialize_ext4_rootfs,
};