From 9dec01aff99cb7048f2fba194d412097af7355e8 Mon Sep 17 00:00:00 2001 From: billyevans Date: Wed, 6 Feb 2019 22:12:50 -0800 Subject: [PATCH] Add billyevans/tst, Ternary search tree collection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf5688e..bc56c0d 100644 --- a/README.md +++ b/README.md @@ -809,6 +809,7 @@ See also [About Rust’s 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 [](https://travis-ci.org/billyevans/tst) * [bluss/rust-itertools](https://github.com/bluss/rust-itertools) — [](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. [](https://travis-ci.org/danielpclark/array_tool)