Crates.io | rc-zip-sync |
lib.rs | rc-zip-sync |
version | 4.2.3 |
source | src |
created_at | 2024-02-02 19:39:39.704682 |
updated_at | 2024-10-08 10:58:51.168543 |
description | Synchronous zip reading on top of rc-zip |
homepage | |
repository | https://github.com/fasterthanlime/rc-zip |
max_upload_size | |
id | 1124673 |
size | 24,517 |
Logo by MisiasArt
This crate implements zip archive reading using std (synchronous) I/O traits,
like std::io::Read
.
See also rc-zip-tokio.