#zip-archive #zip #tokio #async-io #unzip #reading #traits

rc-zip-tokio

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

7 stable releases

new 4.2.2 Sep 17, 2024
4.2.1 Sep 5, 2024
4.1.0 Mar 19, 2024
4.0.0 Feb 5, 2024
3.0.0 Feb 2, 2024

#327 in Compression

Download history 2/week @ 2024-05-21 2/week @ 2024-05-28 1/week @ 2024-06-04 3/week @ 2024-06-11 7/week @ 2024-07-16 33/week @ 2024-07-23 12/week @ 2024-07-30 3/week @ 2024-08-20 5/week @ 2024-08-27 297/week @ 2024-09-03

305 downloads per month

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–17MB
~264K SLoC