-
CXX (safe Rust-C++ interop) hits 1.0 and gets new website/guide
This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++. It carves out a regime of commonality where Rust and C++ are semantically very similar and guides the programmer to express their language boundary effectively within this regime. CXX fills in the low level stuff so that yo...
More like this (2)
-
Writing Python Inside Your Rust Code — Part 1
Writing Python Inside Your Rust Code — Part 1 In this series, Mara Bos — creator...
-
RUSTGO: Calling Rust From Go
RUSTGO: Calling Rust From Go Go can call into assembly, however, writing assembly code is hard....