My implementation the Huffman compression algorithm in Rust.
- Handle cmd args
- Switch to std::path::Path to handle extensions
- Add extension config
- Create a huffman header (magic byte) ?
- Stats:
-
- Min/Max/Average byte code length
-
- Compression rate
-
- Max/Min bytes count ratios
-