basic_tree 0.2.5

basic tree for rust, for now including only trie
Documentation
1
2
3
4
/// basic trie structure 
pub mod basic;
/// inherited word trie from the basic
pub mod word;