3 releases
Uses old Rust 2015
0.0.3 | Jan 17, 2017 |
---|---|
0.0.2 | Aug 9, 2016 |
0.0.1 | Aug 9, 2016 |
#262 in #decode
Used in uncbv
8KB
109 lines
Huffman
Huffman is a library to decode huffman-encoded data.
Installation
Add the following line to the dependencies section of your Cargo.toml
:
[source,bash]
huffman = "0.0.2"
Usage
Create a Huffman Tree
and call the decode
function to decode the input.
lib.rs
:
Huffman is a library to decode huffman-encoded data.
Usage
Create a Huffman Tree
and call the decode
function to decode the input.
Dependencies
~32KB