Expand description
A set based on a patricia tree.
Structs§
- Generic
Patricia Set - Patricia tree based set.
- Into
Iter - An owning iterator over a
PatriciaSet’s items. - Iter
- An Iterator over a
PatriciaSet’s items.
Type Aliases§
- Patricia
Set - Patricia tree based set with
Vec<u8>as key. - String
Patricia Set - Patricia tree based set with
Stringas key.