#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

#218 in Compression

Download history 11/week @ 2024-01-31 4/week @ 2024-02-07 4/week @ 2024-02-14 40/week @ 2024-02-21 64/week @ 2024-02-28 84/week @ 2024-03-06 251/week @ 2024-03-13 61/week @ 2024-03-20 3/week @ 2024-03-27 7/week @ 2024-04-03

404 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
~267K SLoC