From abf49ec128ae9e4cefb8b3e7f6593eba9c2d9629 Mon Sep 17 00:00:00 2001 From: vadimcn Date: Fri, 12 Jun 2020 23:44:16 -0700 Subject: [PATCH] Add rust-cpp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 638753c..742e0b1 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * C++ * [rust-lang/rust-bindgen](https://github.com/rust-lang/rust-bindgen) — A Rust bindings generator * [dtolnay/cxx](https://github.com/dtolnay/cxx) — Safe interop between Rust and C++ [](https://travis-ci.com/dtolnay/cxx) + * [rust-cpp](https://crates.io/crates/cpp) - Embed C++ code directly in Rust. * Erlang * [rusterlium/rustler](https://github.com/rusterlium/rustler) — safe Rust bridge for creating Erlang NIF functions [](https://travis-ci.org/rusterlium/rustler) * Haskell