#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)

4 stable releases

4.1.0 Mar 19, 2024
4.0.1 Mar 12, 2024
4.0.0 Feb 5, 2024
3.0.0 Feb 2, 2024

#321 in Compression

Download history 15/week @ 2024-02-05 13/week @ 2024-02-19 94/week @ 2024-02-26 1/week @ 2024-03-04 147/week @ 2024-03-11 249/week @ 2024-03-18 10/week @ 2024-04-01

232 downloads per month

Apache-2.0 OR MIT

175KB
3.5K SLoC

rc-zip-tokio

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–13MB
~268K SLoC