Description
Helps Rust and C++ code call each other through generated bindings with stronger type checks than hand-written foreign function interfaces. It is useful when a project needs to mix Rust safety with existing C++ libraries or applications.
Developers normally use it during builds or code generation. It does not add a desktop app; it supports projects that deliberately bridge both languages.