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

rc-zip-tokio

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

7 stable releases

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

#320 in Compression

Download history 16/week @ 2024-07-19 31/week @ 2024-07-26 3/week @ 2024-08-02 5/week @ 2024-08-23 227/week @ 2024-08-30 73/week @ 2024-09-06 162/week @ 2024-09-13 46/week @ 2024-09-20 72/week @ 2024-09-27 65/week @ 2024-10-04 37/week @ 2024-10-11 20/week @ 2024-10-18 10/week @ 2024-11-01

84 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
~265K SLoC