For learning Rust I implemented Huffman lossless text compression. The algorithm is based on the wikipedia article.
git clone https://github.com/V-Mann-Nick/huffman.git && cd huffmancargo build --release./target/release/huf --help
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For learning Rust I implemented Huffman lossless text compression. The algorithm is based on the wikipedia article.
git clone https://github.com/V-Mann-Nick/huffman.git && cd huffmancargo build --release./target/release/huf --help