steph0de / rust-unzip

Library to decompress all (or some) files from a zipped archive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'unzip' for Rust

Simple library to decompress all (or some) files from a zipped archive.

Forked from the crate: unzip

Usage

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"

About

Library to decompress all (or some) files from a zipped archive.


Languages

Language:Rust 100.0%