rc-zip-sync 3.0.0

Synchronous zip reading on top of rc-zip
Documentation
1
2
3
4
5
6
# rc-zip-sync

This crate implements zip archive reading using std (synchronous) I/O traits,
like `std::io::Read`.

See also [rc-zip-tokio](https://crates.io/crates/rc-zip-tokio).