Home United States USA — software Safe Interoperability Between Rust And C++ With CXX

Safe Interoperability Between Rust And C++ With CXX

240
0
SHARE

CXX enables calling C++ code from Rust and vice versa through safe low-level bindings so you do not have to create your foreign function interface on top of unsafe C-style signatures.

Continue reading...