Registry / build-tool / cxx-auto

cxx-auto

JSON →
library0.0.3rscratesunverified

Automatically generate cxx bindings for Rust and C++ interop.

# Cargo.toml [dependencies] cxx-auto = "0.0.3"
INSTALL
IMPORT
SIG · CXX-AUTO
C
cxx-auto
build-toolrustv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generate_bindings
use cxx_auto::generate_bindings;

Generates CXX bindings from a C++ header file.

use cxx_auto::generate_bindings; fn main() { let bindings = generate_bindings("input.h"); println!("Bindings generated"); }
Debug
Known issues
gotchaRequires C++ compiler and headers installed
fix
Install a C++ toolchain (e.g., g++, clang) and ensure headers are accessible
affects: >=0.0.0
Upgrade
Version history
0.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
cxx-auto — cargo add cxx-auto · libregistry