From fc29e62b91874a2a2021bf9228392ac8917addd6 Mon Sep 17 00:00:00 2001 From: "Daniel P. Clark" Date: Mon, 17 Dec 2018 20:06:49 -0500 Subject: [PATCH] FFI / Ruby addition of Rutie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8549b72..25c61d9 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [rustr/rustr](https://github.com/rustr/rustr) — use Rust from R, and use R in Rust [](https://travis-ci.org/rustr/rustr) * Ruby * [d-unseductable/ruru](https://github.com/d-unseductable/ruru) — native Ruby extensions written in Rust [](https://travis-ci.org/d-unseductable/ruru) + * [danielpclark/rutie](https://github.com/danielpclark/rutie) — native Ruby extensions written in Rust and vice versa [![Build Status](https://api.travis-ci.org/danielpclark/rutie.svg?branch=master)](https://travis-ci.org/danielpclark/rutie) * [tildeio/helix](https://github.com/tildeio/helix) — write Ruby classes in Rust [](https://travis-ci.org/tildeio/helix) * Web Assembly * [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/rustwasm/wasm-packn)