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