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