Crate huffman_coding [] [src]

huffman_coding is a small library for reading and writing huffman encoded data

There are only 3 things you need to know

Structs

HuffmanReader
HuffmanWriter

HuffmanWriter is a Write implementation that writes encoded words to the inner writer.

Enums

HuffmanTree

HuffmanTree is a simple tree structure used convert encoded words to decoded words and vice versa.