async_zip 0.0.1

An asynchronous ZIP archive reading/writing crate with a heavy focus on streaming support.
Documentation
async_zip-0.0.1 has been yanked.

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