#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

#225 in Compression

Download history 9/week @ 2024-01-30 6/week @ 2024-02-06 3/week @ 2024-02-13 28/week @ 2024-02-20 77/week @ 2024-02-27 2/week @ 2024-03-05 147/week @ 2024-03-12 247/week @ 2024-03-19 1/week @ 2024-03-26 9/week @ 2024-04-02

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
~266K SLoC