Simple Unzip and extract files using Rust
- Rust 1.60+
There is a bruteforce example in the example folder to extract files using a password dictionary.
To use the library in your project, add the dependencies to your project.
[dependencies]
xtract = { git = "https://github.com/marirs/xtract-rs", branch = "master" }
SG