Crate huffman [−] [src]
Huffman is a library to decode huffman-encoded data.
Usage
Create a Huffman Tree
and call the decode
function to decode the input.
Structs
Tree |
A huffman tree. |
Functions
decode |
Decode the huffman-encoded |
decode_with_offset |
Decode the huffman-encoded |