Crate ccarp_helper

Crate ccarp_helper 

Source

Traitsยง

CAssign
Trait for C assign emulation in Rust
CFuncFloat
A collection of Rust methods for emulating standard C behaviour for floating point numbers (f32, f64)
CFuncInt
A collection of Rust methods for emulating standard C behaviour for integers (e.g. i8, u8, i16, etc.)
CFuncPoint
A collection of Rust methods for emulating standard C behaviour for pointer arrays
CIndex
A trait for indexing raw pointers