trie 0.3.0

A highly general and customizable trie library
Documentation

An ordered map and set based on a trie.

WORK IN PROGRESS.

Meant to be: Highly general and customizable.

You can see the documentation here: https://docs.rs/trie/latest/trie/.

To use trie, add this to Cargo.toml:

[dependencies]
trie = "0.3"