Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 491 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 491 Bytes

A Rust library to insecpt a docker archive. Inspired by dive, almost a direct translate from it but without UI.

TODOs

  • allow usage in async runtime. (currently all related codes need to be enclosed in curly braces, and no .await in between, because the returned Rc is a non-Send type.)

Warning

The project is not stable yet, the public api may change, and semver rules may be broken.