From 384ba26f9e2a93b86b90ac72db5f1a217a7704d3 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Thu, 29 Mar 2018 19:13:43 +0100 Subject: [PATCH 1/2] Add rpds. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e186f64..37255b8 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [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) * [fizyk20/generic-array](https://github.com/fizyk20/generic-array) – a hack to allow for arrays sized by typenums [](https://travis-ci.org/fizyk20/generic-array) * [Nemo157/roaring-rs](https://github.com/Nemo157/roaring-rs) – Roaring Bitmaps in Rust [](https://travis-ci.org/Nemo157/roaring-rs) +* [orium/rpds](https://github.com/orium/rpds) [[rpds](https://crates.io/crates/rpds)] — Persistent data structures in Rust. [](https://travis-ci.org/orium/rpds) * [reem/rust-typemap](https://github.com/reem/rust-typemap) — [](https://travis-ci.org/reem/rust-typemap) * [xfix/enum-map](https://github.com/xfix/enum-map) [[enum-map](https://crates.io/crates/enum-map)] — An optimized map implementation for enums using an array to store values. [](https://travis-ci.org/xfix/enum-map) From f7bde5ff57af5cec5629b788989031359f585b68 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Thu, 29 Mar 2018 19:24:07 +0100 Subject: [PATCH 2/2] Fix ndarray link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37255b8..ab56fff 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https ### Data processing -* [bluss/rust-ndarray](https://github.com/bluss/rust-ndarray) — N-dimensional array with array views, multidimensional slicing, and efficient operations +* [bluss/ndarray](https://github.com/bluss/ndarray) — N-dimensional array with array views, multidimensional slicing, and efficient operations * [kernelmachine/utah](https://github.com/kernelmachine/utah) — Dataframe structure and operations in Rust * [weld-project/weld](https://github.com/weld-project/weld) - High-performance runtime for data analytics applications