Skip to content

The Huffman compression algorithm written in Rust

Notifications You must be signed in to change notification settings

Dr-Nekoma/ruffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruffman

This is the Huffman Compression Algorithm implemented in Rust.

External Dependencies

How to use ruffman

To execute the program you do:

cargo run FILE_PATH

It is mandatory to provide a file path. Ruffman will locate the file to start the encoding and decoding processes. Here it is an example of output:

File path provided: dom_casmurro.txt

Encoded with success!

Compression Rate: 41.40452177483511%

Decoded with success!

The files (original and decompressed) are equal!

Developers

  • EduardoLR10
  • ribeirotomas1904
  • fparadas

Dr.Nekoma

Built live on twitch and archived on youtube

About

The Huffman compression algorithm written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages