Simple trie implementation
This is an unoptimized not-production-ready trie implementation without path compression. Just a fun project.
Example
use Trie;
let trie = from;
let mut content: = trie.iter_content.collect;
content.sort;
assert_eq!;