Skip to content

sagalasan/huffman-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Rust

Build Status

Encode and decode files using canonical huffman codes.

Installation

Place the following in your Cargo.toml file.

huffman-rust = "0.1"

Usage

Import the crate.

extern crate huffman_rust as huffman;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages