Skip to content

🗃️ Rust example of the huffman encoding to compress files with zero loss

Notifications You must be signed in to change notification settings

reverse/piedpiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pied Piper

Toy rust app to encode text files with Huffman encoding algorithm

Description

Wrote this for fun to better understand huffman encodings.

Getting Started

Executing program

  • Can compile with command below, change pied_piper.rs for the file you want to encode
  • Hopefully will make this more of a CLI later on :)
cargo run

About

🗃️ Rust example of the huffman encoding to compress files with zero loss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages