Module set

Module set 

Source
Expand description

A set based on a patricia tree.

Structs§

GenericPatriciaSet
Patricia tree based set.
IntoIter
An owning iterator over a PatriciaSet’s items.
Iter
An Iterator over a PatriciaSet’s items.

Type Aliases§

PatriciaSet
Patricia tree based set with Vec<u8> as key.
StringPatriciaSet
Patricia tree based set with String as key.