Provides safe autogenerated interop between Rust and C++ by generating Rust bindings from C++ headers.
# Cargo.toml
[dependencies]
autocxx = "0.30.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of autocxx to generate bindings for a C++ class and instantiate it.
Ensure you have a C++ toolchain installed and configure your build.rs to run autocxx.
No dependency data recorded yet.