1//! Decompression handling. 2 3mod decoder; 4pub use decoder::CompressionDecoder; 5 6mod settings; 7pub use settings::DecompressionSettings;