From 0830cf0f510792675bfbd85420d41840b10fa28d Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Tue, 26 Feb 2019 12:00:33 +0000 Subject: [PATCH 1/2] Added Archery. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bed69c..ceb7677 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [aymanmadkour/glock](https://github.com/aymanmadkour/glock) – Granular locking crate for Rust. [](https://travis-ci.org/aymanmadkour/glock) * [crossbeam-rs/crossbeam](https://github.com/crossbeam-rs/crossbeam) – Support for parallelism and low-level concurrency in Rust [](https://travis-ci.org/crossbeam-rs/crossbeam) +* [orium/archery](https://github.com/orium/archery) [[archery](https://crates.io/crates/archery)] — Library to abstract from `Rc`/`Arc` pointer types. [](https://travis-ci.org/orium/archery) * [pop-os/bus-writer](https://github.com/pop-os/bus-writer) — Generic single-reader, multi-writer * [Rayon](https://github.com/rayon-rs/rayon) – A data parallelism library for Rust [](https://travis-ci.org/rayon-rs/rayon) * [rustcc/coroutine-rs](https://github.com/rustcc/coroutine-rs) – Coroutine Library in Rust [](https://travis-ci.org/rustcc/coroutine-rs) From 42b3a6b70073f7df2418ed7177f44ee6a514cf0c Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Tue, 26 Feb 2019 12:03:03 +0000 Subject: [PATCH 2/2] Fix build. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ceb7677..556fb0a 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ See also [Rust — Production](https://www.rust-lang.org/production)(organizatio * [indradb/indradb](https://github.com/indradb/indradb) — Rust based graph database [](https://travis-ci.org/indradb/indradb) * [Mentat](https://mozilla.github.io/mentat/) — Project Mentat is a persistent, embedded knowledge base. It draws heavily on DataScript and Datomic. Mentat is intended to be a flexible relational (not key-value, not document-oriented) store that makes it easy to describe, grow, and reuse your domain schema. -* [Noria](https://github.com/mit-pdos/noria) - Dynamically changing, partially-stateful data-flow for web application backends [](https://travis-ci.org/mit-pdos/noria) +* [Noria](https://github.com/mit-pdos/noria) - Dynamically changing, partially-stateful data-flow for web application backends [](https://travis-ci.org/mit-pdos/noria) * [PumpkinDB](https://github.com/PumpkinDB/PumpkinDB) — an event sourcing database engine [](https://travis-ci.org/PumpkinDB/PumpkinDB) * [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation in Rust [](https://travis-ci.org/seppo0010/rsedis) * [ParityDB](https://github.com/paritytech/paritydb) — Fast and reliable database, optimised for read operation @@ -267,7 +267,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [gchp/iota](https://github.com/gchp/iota) — a simple text editor [](https://travis-ci.org/gchp/iota) * [mathall/rim](https://github.com/mathall/rim) — Vim-like text editor written in Rust [](https://travis-ci.org/mathall/rim) -* [Remacs](https://github.com/Wilfred/remacs) — A community-driven port of Emacs to Rust. [](https://travis-ci.org/Wilfred/remacs) +* [Remacs](https://github.com/remacs/remacs) — A community-driven port of Emacs to Rust. [](https://travis-ci.org/remacs/remacs) * [xi-editor](https://github.com/xi-editor/xi-editor) — a modern editor with a backend written in Rust. * [xray](https://github.com/atom/xray) — An experimental next-generation Electron-based text editor. [](https://travis-ci.org/atom/xray) @@ -765,7 +765,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [sfackler/r2d2](https://github.com/sfackler/r2d2) — generic connection pool [](https://travis-ci.org/sfackler/r2d2) * NoSQL [[nosql](https://crates.io/keywords/nosql)] - * [ArangoDB](https://argangodb.com/) + * [ArangoDB](https://www.arangodb.com/) * [Rincon](https://github.com/innoave/rincon) - An ArangoDB (NoSQL and Graph store) driver for Rust * [Cassandra](http://cassandra.apache.org) [[cassandra](https://crates.io/keywords/cassandra), [cql](https://crates.io/keywords/cql)] * [AlexPikalov/cdrs](https://github.com/AlexPikalov/cdrs) [[cdrs](https://crates.io/crates/cdrs)] — native client written in Rust [](https://travis-ci.org/AlexPikalov/cdrs)