[][src]Crate tst

Ternary search trie (TST) container.

Modules

tst_map
tst_set

Macros

tstmap

  • Create a TSTMap containing a given list of elements:
  • tstset

  • Create a TSTSet containing a given list of elements:
  • Structs

    TSTMap

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

    TSTSet

    A set based on a TSTMap.