Bridging Rust and C++ with cxx (Hebrew)
Length: 30
Presented at In person Rust January 2025 at Abra in Raanana on 2025.01.12
- Igor Khanin
I am currently a senior backend engineer at a startup company, with about 10 years experience writing C++ (and Rust for much less so). However this talk has no relationship to that, and will not represent my employer.
Introduction to using the cxx crate for creating direct, "safe", bi-directional FFI bindings between Rust and C++.
Draft Agenda:
- Exploring the problem space, and
cxx
's specific approach to it. - Looking at a small, yet real-world example.
- Architectural concerns ("Who is driving the linker?")
- Time permitting: the bigger ecosystem - autocxx, cxx-qt, Corrosion.