#zip #unzip #traits #zip-compression

rc-zip-tokio

Asynchronous zip reading on top of rc-zip (for tokio I/O traits)

10 stable releases

4.2.5 Mar 4, 2025
4.2.4 Feb 27, 2025
4.2.3 Dec 17, 2024
4.2.2 Sep 17, 2024
3.0.0 Feb 2, 2024

#495 in Compression

Download history 6/week @ 2024-12-07 129/week @ 2024-12-14 10/week @ 2024-12-21 2/week @ 2025-01-04 3/week @ 2025-01-11 12/week @ 2025-02-01 13/week @ 2025-02-08 8/week @ 2025-02-15 128/week @ 2025-02-22 181/week @ 2025-03-01 23/week @ 2025-03-08 12/week @ 2025-03-15 80/week @ 2025-03-22

330 downloads per month
Used in read-url

Apache-2.0 OR MIT

175KB
3.5K SLoC

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

rc-zip-tokio

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 tokio (asynchronous) I/O traits, like tokio:io::AsyncRead.

See also rc-zip-sync.


lib.rs:

A library for reading zip files asynchronously using tokio I/O traits, based on top of rc-zip.

See also:

Dependencies

~9–18MB
~278K SLoC