Huffman Rust

Build Status

Encode and decode files using canonical huffman codes.

Installation

Place the following in your Cargo.toml file.

toml huffman-rust = "0.1.0"

Usage

Import the crate. rust extern crate huffman_rust as huffman;