#zip #unzip

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

#35 in Compression

Download history 9117/week @ 2024-12-04 8401/week @ 2024-12-11 7124/week @ 2024-12-18 5201/week @ 2024-12-25 7044/week @ 2025-01-01 7567/week @ 2025-01-08 7605/week @ 2025-01-15 7848/week @ 2025-01-22 7159/week @ 2025-01-29 7294/week @ 2025-02-05 7564/week @ 2025-02-12 7837/week @ 2025-02-19 8250/week @ 2025-02-26 11030/week @ 2025-03-05 9845/week @ 2025-03-12 6128/week @ 2025-03-19

36,846 downloads per month
Used in 14 crates (5 directly)

Apache-2.0 OR MIT

170KB
3.5K SLoC

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.


lib.rs:

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

See also:

Dependencies

~6–8.5MB
~213K SLoC