Crates.io | rc-zip-tokio |
lib.rs | rc-zip-tokio |
version | 4.2.2 |
source | src |
created_at | 2024-02-02 19:39:59.988528 |
updated_at | 2024-09-17 09:59:54.262554 |
description | Asynchronous zip reading on top of rc-zip (for tokio I/O traits) |
homepage | |
repository | https://github.com/fasterthanlime/rc-zip |
max_upload_size | |
id | 1124674 |
size | 31,208 |
Logo by MisiasArt
This crate implements zip archive reading using tokio (asynchronous) I/O traits,
like tokio:io::AsyncRead
.
See also rc-zip-sync.