/rust-huffman

Rust implementation of the Huffman compression algorithm

Primary LanguageRust

My implementation the Huffman compression algorithm in Rust.

TODO:

  • 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