rc-zip-sync 4.2.3

Synchronous zip reading on top of rc-zip
Documentation

MIT OR Apache-2.0 licensed Crates.io docs.rs

rc-zip-sync

The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.

Logo by MisiasArt

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

See also rc-zip-tokio.