[][src]Module huff_coding::tree

Structs and traits used to represent and construct Huffman trees.

Modules

branch

Struct representing a branch in the HuffTree struct.

leaf

Struct representing a HuffBranch's data.

letter

Traits signyfing that a type can be stored in a HuffTree as a letter.

Structs

FromBinError

Error encountered while trying to construct a HuffTree from bin with the HuffTree::try_from_bin method

HuffTree

Struct representing a Huffman Tree with an alphabet of type implementing HuffLetter