huffman-rust 0.1.1

Encode and decode files using canonical huffman codes
Documentation

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;