Expand description
Provides Trie
and MultiTrie
implementations space optimized for set of characters in use.
Re-exports§
pub use self::charset::CharSet;
Modules§
- contains trait definitions for space optimizing your trie to optimize for space. This trait is also re-exported for better usability