Where does C++ still outshine Rust?
Summary
The core topic is deciding between C++ and Rust for interfacing with existing C++ codebases. The discussion centers on the practicalities of managing Rust bindings for complex C++ projects versus the overhead of using C++ itself. The takeaway is to use C++ when integrating with a few C++ projects to avoid extensive Rust binding maintenance, unless the C++ project is intended for broad use across multiple Rust codebases.