async_zip 0.0.1

An asynchronous ZIP archive reading/writing crate with a heavy focus on streaming support.
Documentation
1
2
3
4
5
6
7
8
9
10
# rs-async-zip
An asynchronous Rust ZIP archive reader (with optional steaming functionality).

## Features
- Asynchronous design powered by `tokio`.
- Support for Stored, Deflate, Bzip2, LZMA, zstd, and xz compression methods.
- Aims for resonable [specification]https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT compliance.
 
## Note
This crate is far from complete or in working order. Version 0.0.1 is only being pushed to crates.io to reserve the 'async_zip' crate name.