7 stable releases
new 4.2.2 | Sep 17, 2024 |
---|---|
4.2.1 | Sep 5, 2024 |
4.1.0 | Mar 19, 2024 |
4.0.0 | Feb 5, 2024 |
3.0.0 | Feb 2, 2024 |
#203 in Compression
811 downloads per month
Used in 3 crates
(via larian-formats)
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
~201K SLoC