microsandbox-image 0.6.5

OCI image pulling, layer extraction, and caching for microsandbox.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod format;
mod formatter;
mod jbd2;
mod layout;
mod resizer;

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

pub use formatter::{Ext4Error, Ext4FormatOptions, format_ext4, format_ext4_with_tree};
pub use resizer::{GrowOutcome, grow_image};