Registry / other / cpp-core

cpp-core

JSON →
library0.6.0rscratesunverified

Utilities for interoperability with C++ code in Rust.

# Cargo.toml [dependencies] cpp_core = "0.6.0"
INSTALL
IMPORT
SIG · CPP-CORE
C
cpp-core
otherrustv0.6.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.

CppBox
use cpp_core::CppBox;

Create a C++ interop box using cpp_core.

use cpp_core::CppBox; fn main() { let _box = CppBox::new(42); println!("C++ interop box created"); }
Debug
Known issues
gotchaRequires C++ toolchain and linking setup
fix
Ensure a compatible C++ compiler is installed and link flags are configured in build.rs
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Meta
1
Resources
cpp-core — cargo add cpp-core · libregistry