Encode and decode files using canonical huffman codes.
Place the following in your Cargo.toml file.
Cargo.toml
toml huffman-rust = "0.1.0"
Import the crate. rust extern crate huffman_rust as huffman;
rust extern crate huffman_rust as huffman;