Huff (a Huffman coder)
A toy implementation of Huffman coding in Rust. It's not fast, but it works.
It contains methods for building a Huffman tree from character frequencies and using this tree to encode or decode an input stream.
This project is released under the Apache 2 License.
Disclaimer
This is not an officially supported Google product.