microsandbox-image 0.5.3

OCI image pulling, layer extraction, and caching for microsandbox.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod lock;
mod store;

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

pub(crate) use store::is_valid_erofs_artifact_async;
pub use store::{CachedImageMetadata, CachedLayerMetadata, GlobalCache};