Module bitstring_trees::set [] [src]

set of bit strings prefixes

Structs

InnerNode

Inner node with two direrct children.

Iter

Iterate over tree

IterFull

Iterate over tree

Leaf

Leaf nodes represent prefixes part of the set

RadixSet

RadixSet is a binary tree with path-shortening; leafs mark prefixes included in the set, inner nodes have no semantic value.

Enums

Node

Nodes of a RadixSet can be either an InnerNode (with two children) or a leaf node.