//! Compression algorithms.
//!//! For background on how these pieces fit together, see
//! [`crate::guides::deflate`], [`crate::guides::huffman_coding`],
//! and [`crate::guides::lz77_compression`].
pubmodadler32;pubmodcrc32;pubmoddeflate;pubmodhuffman;pubmodlz77;pubuseadler32::adler32;pubusecrc32::crc32;pubusedeflate::{deflate, deflate_packed, deflate_zlib, deflate_zlib_packed, Deflater};