Crubit, C++/Rust Bidirectional Interop Tool
Summary
Crubit is a bidirectional bindings generator for C++ and Rust that enables interop between the two languages. The documentation provides examples of calling Rust from C++ and vice versa, along with getting started guides and a test matrix; it is open-source and hosted by Google. This can be valuable for developers needing cross-language bindings in projects.