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
- Host: GitHub
- URL: https://github.com/marirs/xtract-rs
- Owner: marirs
- License: apache-2.0
- Created: 2024-10-10T14:10:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-11T12:32:03.000Z (over 1 year ago)
- Last Synced: 2025-04-25T14:59:03.480Z (about 1 year ago)
- Topics: extract, password-protected, password-protected-zip, rust-crate, rust-lang, rust-library, simple-unzip, unzip, xtract, zip
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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