Merge pull request #607 from billyevans/Add_TST

Add billyevans/tst, Ternary search tree collection
pull/618/head
Lukáš Hozda [magnusi] 5 years ago committed by GitHub
commit 825c6305e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -821,6 +821,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
### Data structures
* [billyevans/tst](https://github.com/billyevans/tst) [[tst](https://crates.io/crates/tst)] — Ternary search tree collection [<img src="https://api.travis-ci.org/billyevans/tst.svg?branch=master">](https://travis-ci.org/billyevans/tst)
* [bluss/rust-itertools](https://github.com/bluss/rust-itertools) — [<img src="https://api.travis-ci.org/bluss/rust-itertools.svg?branch=master">](https://travis-ci.org/bluss/rust-itertools)
* [contain-rs](https://github.com/contain-rs) — Extension of Rust's std::collections
* [danielpclark/array_tool](https://github.com/danielpclark/array_tool) — Array helpers for Rust. Some of the most common methods you would use on Arrays made available on Vectors. Polymorphic implementations for handling most of your use cases. [<img src="https://api.travis-ci.org/danielpclark/array_tool.svg?branch=master">](https://travis-ci.org/danielpclark/array_tool)

Loading…
Cancel
Save