composefs-oci 0.7.0

Use OCI container images with composefs
Documentation
1
2
3
4
5
6
// Progress types now live in the core `composefs` crate.
// Re-export everything from there so existing code keeps compiling while
// callers migrate their imports.
#[cfg(any(test, feature = "test"))]
pub use composefs::progress::test_support;
pub use composefs::progress::*;