#zip #unzip #traits #rc-zip

rc-zip-sync

Synchronous zip reading on top of rc-zip

11 stable releases

4.2.6 Mar 4, 2025
4.2.5 Feb 27, 2025
4.2.4 Dec 17, 2024
4.2.3 Oct 8, 2024
3.0.0 Feb 2, 2024

#43 in Compression

Download history 5326/week @ 2024-12-23 5833/week @ 2024-12-30 7698/week @ 2025-01-06 7792/week @ 2025-01-13 7803/week @ 2025-01-20 6988/week @ 2025-01-27 7250/week @ 2025-02-03 7761/week @ 2025-02-10 7468/week @ 2025-02-17 8114/week @ 2025-02-24 9716/week @ 2025-03-03 10475/week @ 2025-03-10 8731/week @ 2025-03-17 8254/week @ 2025-03-24 10492/week @ 2025-03-31 9624/week @ 2025-04-07

37,474 downloads per month
Used in 14 crates (5 directly)

Apache-2.0 OR MIT

170KB
3.5K SLoC

A library for reading zip files synchronously using std I/O traits, built on top of rc-zip.

See also:


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.

Dependencies

~6–8.5MB
~213K SLoC