My compression library (temp) Features Pure Rust Implementation Support for no_std MSRV The latest version is recommended whenever possible. References Lempel-Ziv https://en.wikipedia.org/wiki/LZ77_and_LZ78 https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Storer%E2%80%93Szymanski Entropy coding https://en.wikipedia.org/wiki/Canonical_Huffman_code https://en.wikipedia.org/wiki/Asymmetric_numeral_systems Deflate https://www.ietf.org/rfc/rfc1951.txt