#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

#1981 in Parser implementations

Download history 2/week @ 2024-02-19 4/week @ 2024-02-26 2/week @ 2024-03-11 104/week @ 2024-04-01

106 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–14MB
~175K SLoC