ternary_tree A rust ternary search tree. This TST is simple, with insert(), search(), and longest_prefix(). We will add remove() soon. TODO It's a long list. The TrieValueType should be a generic. The code is not optimized.