Call C++ from Rust with the cpp crate
Interoperate with C++ libraries, using Qt as an example
- Track: Rust devroom
- Room: UD2.208 (Decroly)
- Day: Sunday
- Start: 15:40
- End: 16:05
There is a lot of existing code and libraries written in C++. The cpp crates allow to embed easily
C++ within your rust code so you can call interoperate with the existing C++ code.
In this talk, we will see how to use this create and how it works behind the scenes.
As an example, we will look at the qmetaobject
which expose Qt api to Rust.
Speakers
Olivier Goffart |