microsandbox-image 0.5.7

OCI image pulling, layer extraction, and caching for microsandbox.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub(crate) mod format;
pub mod fsmeta;
pub mod reader;
pub(crate) mod writer;

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

pub use fsmeta::write_fsmeta;
pub use reader::{
    ErofsEntryInfo, ErofsEntryKind, ErofsFileDataReader, ErofsReader, ErofsTreeEntry,
    entry_info_from_erofs, read_file_from_erofs,
};
pub use writer::{ErofsDataMap, ErofsError, write_erofs};