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
use crate::read::MagicReader;

crate::define_decoder!(Read);
crate::define_decoder_tests!();