# 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.