Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimpunk/huffman.rs

Basic implementation of Huffman coding (in Rust, of course)
https://github.com/vimpunk/huffman.rs

Last synced: 7 days ago
JSON representation

Basic implementation of Huffman coding (in Rust, of course)

Awesome Lists containing this project

README

        

# huffman.rs
Basic Rust implementation of [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding). Was curious is all. Probably not worth your time.