dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.82k stars 330 forks source link

Just a heads up: Comprehensive Rust will grow a CXX tutorial #1280

Closed mgeisler closed 11 months ago

mgeisler commented 11 months ago

Hi @dtolnay! I maintain Comprehensive Rust and I just want to give you a heads up that we're adding a set of slides about CXX to it. We already teach using CXX in the course, but right now we simply delegate to the excellent blobstore tutorial.

The plan is to present roughly the same material, but do it in slide form: https://github.com/google/comprehensive-rust/pull/1392.

We will copy some of the code from your tutorial to our third_party/ directory. Please let me and @randomPoison know if you have any concerns with this!

dtolnay commented 11 months ago

Sounds good, please go ahead. Thank you for the notice.