Ternary search tree collection in rust with similar API to std::collections as it possible. Now it's first simplest implementation, that's the reason why it's reccursive.
TODO: - into_iter - upload to cargo - make non-reccursive - remove key.chars().collect()