cpp-to-rust-book icon indicating copy to clipboard operation
cpp-to-rust-book copied to clipboard

Port Coding: missing more tools

Open kassane opened this issue 2 years ago • 0 comments

  • cxx-rs This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++.

  • safer_ffi  is a framework that helps you write foreign function interfaces (FFI) without polluting your Rust code with unsafe { ... } code blocks while making functions far easier to read and maintain.

  • UniFFI is a tool that automatically generates foreign-language bindings targeting Rust libraries.

  • diplomat is a experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code.

kassane avatar May 02 '22 13:05 kassane