Registry / other / autocxx-engine

autocxx-engine

JSON →
library0.30.0rscratesunverified

Safe autogenerated interop between Rust and C++.

# Cargo.toml [dependencies] autocxx-engine = "0.30.0"
INSTALL
IMPORT
SIG · AUTOCXX-ENGINE
A
autocxx-engine
otherrustv0.30.0
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.

Builder
use autocxx_engine::Builder;

Configures and builds C++ bindings for Rust.

use autocxx_engine::Builder; fn main() { let builder = Builder::new("src/ffi.h") .auto_allowlist(true) .build(); println!("Generated bindings: {:?}", builder); }
Debug
Known issues
gotchaRequires C++ compiler and standard library headers installed.
fix
Ensure clang and libstdc++ are available on the system.
affects: >=0.30.0
Upgrade
Version history
0.30.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Meta
2
Amazon
1
OpenAI (training)
1
Resources
autocxx-engine — cargo add autocxx-engine · libregistry