From a17142673e6826c808fd77e58ca9d004c6db0e84 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 16 Dec 2016 10:56:34 -0800 Subject: [PATCH] Add a note about reimplementing Datomish in Rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37dc053c..797e9de7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Datomish compiles into a single JavaScript file, and is usable both in Node (on There's an example Firefox restartless add-on in the [`addon`](https://github.com/mozilla/datomish/tree/master/addon) directory; build instructions are below. +We are in the early stages of reimplementing Datomish in [Rust](https://www.rust-lang.org/). You can follow that work in [its long-lived branch](https://github.com/mozilla/datomish/tree/rust), and issue #133. ## Motivation