rc-zip-sync 4.0.0

Synchronous zip reading on top of rc-zip
Documentation

rc-zip-sync

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

See also rc-zip-tokio.