Expand description
Structs and traits used to represent and construct Huffman trees.
Modules§
- branch
- Struct representing a branch in the
HuffTreestruct. - leaf
- Struct representing a
HuffBranch’s data. - letter
- Traits signyfing that a type can be stored in a
HuffTreeas a letter.
Structs§
- From
BinError - Error encountered while trying to construct a
HuffTreefrom bin with theHuffTree::try_from_binmethod - Huff
Tree - Struct representing a Huffman Tree with an alphabet of
type implementing
HuffLetter