Домой United States USA — software Safe Interoperability Between Rust And C++ With CXX

Safe Interoperability Between Rust And C++ With CXX

243
0
ПОДЕЛИТЬСЯ

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...