From 661768a3259929e316477ef512d003da9ad68754 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 8 May 2015 00:12:17 +0200 Subject: [PATCH] Add data structures section Propose itertools and typemap. Disclosure: I maintain itertools. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ed7ee0c..256a8bb 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ Only projects that are stable and useful to users are added. Projects that do no * [lifthrasiir/rust-chrono](https://github.com/lifthrasiir/rust-chrono) — [](https://travis-ci.org/lifthrasiir/rust-chrono) * [rust-lang/time](https://github.com/rust-lang/time) — [](https://travis-ci.org/rust-lang/time) +### Data structures + +* [bluss/rust-itertools](https://github.com/bluss/rust-itertools) — [](https://travis-ci.org/bluss/rust-itertools) +* [reem/rust-typemap](https://github.com/reem/rust-typemap) — [](https://travis-ci.org/reem/rust-typemap) + ### Encoding * [TyOverby/bincode](https://github.com/TyOverby/bincode) — a binary encoder/decoder in Rust [](https://travis-ci.org/TyOverby/bincode)