Module tst::tst [] [src]

TST container map implementation.

Structs

IntoIter

TST consuming iterator

Iter

TST iterator.

IterMut

TST mutable iterator.

KeysIter

TST keys iterator

OccupiedEntry

A view into a single occupied location in a TST.

TST

Symbol table with string keys, implemented using a ternary search trie (TST).

VacantEntry

A view into a single empty location in a TST.

ValuesIter

TST values iterator

WildCardIter

TST wild-card iterator.

Enums

Entry

A view into a single location in a TST, which may be vacant or occupied.