trie 0.3.0

A highly general and customizable trie library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`:

```toml
[dependencies]
trie = "0.3"
```