An open API service indexing awesome lists of open source software.

https://github.com/marirs/xtract-rs

Unzip files
https://github.com/marirs/xtract-rs

extract password-protected password-protected-zip rust-crate rust-lang rust-library simple-unzip unzip xtract zip

Last synced: 8 months ago
JSON representation

Unzip files

Awesome Lists containing this project

README

          

# Xtract

Simple Unzip and extract files using Rust

### Requirements
- Rust 1.60+

### Examples

There is a bruteforce example in the example folder to extract files using a password dictionary.

### Use the library in your project

To use the library in your project, add the dependencies to your project.

```toml
[dependencies]
xtract = { git = "https://github.com/marirs/xtract-rs", branch = "master" }
```

---
SG