Registry / build-tool / cxx-build

cxx-build

JSON →
library1.0.194rscratesunverified

C++ code generator for integrating the cxx crate into a Cargo build.

# Cargo.toml [dependencies] cxx-build = "1.0.194"
INSTALL
IMPORT
SIG · CXX-BUILD
C
cxx-build
build-toolrustv1.0.194
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.

CFlags
✓ use cxx_build::CFlags;

Configure C++ compilation flags for cxx bridge.

use cxx_build::CFlags; fn main() { let flags = CFlags::new(); println!("{:?}", flags); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.194latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
cxx-build — cargo add cxx-build · libregistry