Description
Generates C or C++ header files for Rust libraries that expose foreign-function interfaces. It helps C-family projects call Rust code through stable declarations.
Use it when publishing Rust libraries to non-Rust consumers. Generated bindings must match the exported ABI and should be tested with the target C or C++ build system.