Crate huff_tree_tap

source ·

Structs

Encoding stats for a given data size and endcoded data size
Huffman encoded data

Functions

huffman_decodeDeprecated
Huffman decodes a HuffmanData struct and returns a decoded Vec<u8>
huffman_encodeDeprecated
Huffman encodes a Vec<u8> returning a HuffmanData struct