docker-archive

Crates.iodocker-archive
lib.rsdocker-archive
version0.0.6
sourcesrc
created_at2022-04-06 07:46:30.247934
updated_at2022-11-16 02:52:35.143847
descriptionA Rust library to insecpt a docker archive.
homepage
repositoryhttps://github.com/sify21/docker-archive
max_upload_size
id562974
size45,423
(sify21)

documentation

README

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.

Commit count: 23

cargo fmt