zip2
ZIP archiver
A Rust library for creating and managing simple ZIP archives with various compression formats
Zip implementation in Rust
125 stars
3 watching
40 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nih-at/libzip | A C library for reading and modifying compressed archives | 861 |
rubyzip/rubyzip | A Ruby library for reading and writing zip archives. | 1,363 |
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 | 5 |
zertovitch/zip-ada | A portable Ada library for working with the Zip archive file format | 26 |
mockingbot/react-native-zip-archive | A utility package for creating and managing zip archives in React Native applications. | 432 |
rikyoz/bit7z | A C++ library providing a simple interface to the 7-zip shared libraries for compression and extraction of archive files | 662 |
mikbry/anzip | A simple async library to extract files from zip archives in Node.js | 60 |
nim-lang/zip | Provides a C-based wrapper for the zip library to create, read, and write zip archives in various formats. | 52 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 936 |
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 | A program that uses a modified version of the libzip library to crack ZIP archives by trying various password guesses. | 448 |