Registry / other / cpp-utils

cpp-utils

JSON →
library0.3.0rscratesunverified

Utilities for interoperability with C++ code.

# Cargo.toml [dependencies] cpp_utils = "0.3.0"
INSTALL
IMPORT
SIG · CPP-UTILS
C
cpp-utils
otherrustv0.3.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_utils::CppBox;

Create a C++-compatible boxed value.

use cpp_utils::CppBox; fn main() { let _box = CppBox::new(42); println!("C++ interop ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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