async-compression 0.3.7

Adaptors between compression crates and Rust's modern asynchronous IO types.
Documentation
1
2
3
4
5
mod decoder;
mod encoder;
mod header;

pub(crate) use self::{decoder::GzipDecoder, encoder::GzipEncoder};