lib.rs
Jan 8, 202511,858 downloads per month Used in 45 crates (27 directly). MIT/Apache. 89KB 967 lines. Autocxx. This project is a tool for calling C++ from Rust in a heavily automated, but safe, fashion. The intention is that it has all the fluent safety from cxx whilst generating interfaces automatically from existing C++ headers using a variant of bindgen.Think of autocxx as glue which plugs bindgen into cxx.