We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Call C++ from Rust with the cpp crate

Formal Metadata

Title
Call C++ from Rust with the cpp crate
Subtitle
Interoperate with C++ libraries, using Qt as an example
Title of Series
Number of Parts
561
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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.