9 stable releases
4.2.4 | Dec 17, 2024 |
---|---|
4.2.3 | Oct 8, 2024 |
4.2.2 | Sep 17, 2024 |
4.1.0 | Mar 19, 2024 |
3.0.0 | Feb 2, 2024 |
#37 in Compression
28,818 downloads per month
Used in 12 crates
(3 directly)
170KB
3.5K
SLoC
rc-zip-sync
Logo by MisiasArt
This crate implements zip archive reading using std (synchronous) I/O traits,
like std::io::Read
.
See also rc-zip-tokio.
lib.rs
:
A library for reading zip files synchronously using std I/O traits, built on top of rc-zip.
See also:
- rc-zip-tokio for using tokio I/O traits
Dependencies
~6–8.5MB
~200K SLoC