Huffman encoding in Rust lang For learning Rust I implemented Huffman lossless text compression. The algorithm is based on the wikipedia article. To run locally git clone https://github.com/V-Mann-Nick/huffman.git && cd huffman cargo build --release ./target/release/huf --help