From 3b8a62fc5b348e41f6650efc6977bf4571bd783c Mon Sep 17 00:00:00 2001 From: qinwf Date: Sat, 2 Apr 2016 13:11:24 +0800 Subject: [PATCH] add rustr to FFI section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e97a934..5df91f4 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html), * Python * [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings [](https://travis-ci.org/dgrunwald/rust-cpython) * [lukemetz/rustpy](https://github.com/lukemetz/rustpy) — Python bindings [](https://travis-ci.org/lukemetz/rustpy) +* R + * [rustr/rustr](https://github.com/rustr/rustr) — use Rust from R, and use R in Rust [](https://travis-ci.org/rustr/rustr) ### IDEs