Module louds::trie[][src]

Trie

This sub-crate provides Trie implementations.

Structs

TrieLouds

Trie implementation with LOUDS tree.

TrieVec

Naive trie implementation supporting dynamic insertion.

Traits

Trie

An ordered tree to manage a set of keys. It can answer whether it contains a given key or not.