zip2
ZIP archiver
A Rust library for creating and managing simple ZIP archives with various compression formats
Zip implementation in Rust
116 stars
3 watching
40 forks
Language: Rust
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nih-at/libzip | A C library for reading, creating, and modifying zip archives. | 851 |
rubyzip/rubyzip | A Ruby library for reading and writing zip archives. | 1,360 |
mrkkrp/zip | A Haskell library for efficiently working with compressed ZIP archives. | 81 |
zertovitch/azip | A Zip Archive Manager with a simple user interface and features like content search and recompression. | 11 |
mae664128/demo_web_zip_wasm | A Rust-based program creating password archives in ZIP format, running in web browsers using WebAssembly | 4 |
zertovitch/zip-ada | A portable Ada library for working with the .zip archive file format | 24 |
mockingbot/react-native-zip-archive | A utility package for creating and managing zip archives in React Native applications. | 428 |
rikyoz/bit7z | A C++ static library providing a simple interface to 7-zip shared libraries for compression and extraction of archive files | 650 |
mikbry/anzip | A simple async library to extract files from zip archives in Node.js | 61 |
nim-lang/zip | A C wrapper around the zip library to provide a simple and efficient way to work with ZIP archives | 52 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
jsummers/oldunzip | A collection of C libraries for decompressing ZIP files using various compression methods. | 14 |
shinmera/zippy | A library for reading and writing the PKWARE Zip archive format. | 15 |
gedex/unzipall | A command-line utility that recursively unzips all zip files within a directory and its subdirectories to another specified directory. | 2 |
hyc/fcrackzip | Tools for cracking password-protected ZIP archives | 444 |