| Crates.io | zzz-arc |
| lib.rs | zzz-arc |
| version | 0.4.2 |
| created_at | 2025-06-13 01:27:24.81287+00 |
| updated_at | 2025-12-31 10:00:34.768297+00 |
| description | A fast compression multitool supporting zst, tgz, txz, zip, and 7z formats with optional encryption |
| homepage | https://github.com/redthing1/zzz |
| repository | https://github.com/redthing1/zzz |
| max_upload_size | |
| id | 1710955 |
| size | 343,646 |
a fast compression multitool
cargo build --release
cargo install --path .
# compress
zzz c input/ -o archive.zst
zzz c file.txt -f 7z -p password
zzz c file.txt -f gz -o file.txt.gz
# extract
zzz x archive.zst
zzz x archive.7z -p password -C output/
zzz x file.txt.gz -C output/
zzz x archive.tgz -C output/ --strip-components 1
# list contents
zzz l archive.tgz
zzz l file.txt.xz
# test integrity
zzz t archive.7z