Module trie

Module trie 

Source
Expand description

Provides Trie and MultiTrie implementations space optimized for set of characters in use.

Re-exports§

pub use self::charset::CharSet;

Modules§

charset
contains trait definitions for space optimizing your trie to optimize for space. This trait is also re-exported for better usability

Structs§

MultiTrie
Trie