#docker #archive #insecpt

bin+lib docker-archive

A Rust library to insecpt a docker archive

6 releases

0.0.6 Nov 16, 2022
0.0.5 Jun 22, 2022
0.0.2 Apr 7, 2022

#2263 in Parser implementations

36 downloads per month

MIT license

36KB
775 lines

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.

Dependencies

~4–13MB
~169K SLoC