Crate tst

Source
Expand description

Ternary search trie (TST) container.

Re-exports§

pub use tst_map::TSTMap;
pub use tst_set::TSTSet;

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: