Toy rust app to encode text files with Huffman encoding algorithm
Wrote this for fun to better understand huffman encodings.
- Can compile with command below, change
pied_piper.rs
for the file you want to encode - Hopefully will make this more of a CLI later on :)
cargo run