From 3f29a18280d099244945502a6df111462224f0e0 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 27 Apr 2016 22:16:57 +0200 Subject: [PATCH] "Rust Inside Other Languages" is gone. Couldn't find it on the internets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26be350..679d8d4 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik ### FFI -See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html), [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html) and [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) (a collection of examples of using code written in Rust from other languages). +See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html) and [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) (a collection of examples of using code written in Rust from other languages). * C * [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [](https://travis-ci.org/crabtw/rust-bindgen)