deko 0.6.0

A decoder that automatically detects compression format (gzip, bzip2, xz, zstd) via external crates. Includes an encoder for the same formats as well.
Documentation
1
2
3
4
5
//! Types that wrap [Write](std::io::Write) streams.

mod encoder;

pub use self::encoder::*;