A Rust library to insecpt a docker archive. Inspired by dive, almost a direct translate from it but without UI.
- allow usage in async runtime. (currently all related codes need to be enclosed in curly braces, and no
.await
in between, because the returnedRc
is a non-Send type.)
The project is not stable yet, the public api may change, and semver rules may be broken.