async-compression 0.3.7

Adaptors between compression crates and Rust's modern asynchronous IO types.
Documentation
1
2
3
4
//! Implementations for IO traits exported by [`tokio` v0.2](::tokio_02).

pub mod bufread;
pub mod write;