#huffman #decompression #encode-decode

huffman-rust

Encode and decode files using canonical huffman codes

3 releases

Uses old Rust 2015

0.1.1 Oct 24, 2018
0.1.0 Oct 24, 2018

#634 in Compression

31 downloads per month

MIT license

21KB
528 lines

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;

Dependencies

~115KB