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 - split into map and set - make non-reccursive - remove key.chars().collect()