tst 0.1.0

Ternary search tree collection in rust with similar API to std::collections as it possible
Documentation
1
2
3
4
5
6
7
8
9
# tst
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()