Crate cbox

Source
Expand description

Provides two types, CSemiBox and DisposeRef

Structs§

  • A wrapper for pointers made by C that are now completely owned by Rust, so they are not limited by any lifetimes.
  • A wrapper for pointers made by C that are now partially owned in Rust.

Traits§

  • Implemented by any type of which its reference represents a C pointer that can be disposed.