Simple library to decompress all (or some) files from a zip
ped archive.
Forked from the crate: unzip
Add the following to your Cargo.toml:
[dependencies.unzip]
git = "https://github.com/steph0de/rust-unzip.git"
tag = "0.1.2"
or run:
$ cargo add --git https://github.com/steph0de/rust-unzip.git --tag "0.1.2"