tst 0.2.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
10
11
12
# tst

[![Build Status](https://travis-ci.org/billyevans/tst.svg?branch=master)](https://travis-ci.org/billyevans/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
- split into map and set
- make non-reccursive
- remove key.chars().collect()