Skip to content

V-Mann-Nick/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. git clone https://github.com/V-Mann-Nick/huffman.git && cd huffman
  2. cargo build --release
  3. ./target/release/huf --help

About

Huffman text compression in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published