8 stable releases
4.2.3 | Oct 8, 2024 |
---|---|
4.2.2 | Sep 17, 2024 |
4.1.0 | Mar 19, 2024 |
4.0.0 | Feb 5, 2024 |
3.0.0 | Feb 2, 2024 |
#56 in Compression
17,048 downloads per month
Used in 11 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