Registry / utility / c-vec
library2.0.0rscratesunverified

Structures to wrap C arrays

# Cargo.toml [dependencies] c_vec = "2.0.0"
INSTALL
IMPORT
SIG · C-VEC
C
c-vec
utilityrustv2.0.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.

CVec
use c_vec::CVec;

Creates a CVec and pushes an element.

use c_vec::CVec; fn main() { let mut cvec = CVec::new(); cvec.push(42); println!("Length: {}", cvec.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
c-vec — cargo add c-vec · libregistry