cbox 0.2.2

C pointer boxing, for when working with ffi
1
2
3
4
5
CBox
====
This library provides a `CBox` struct, which provides a uniform API for C pointers
that are owned by Rust types. It simply calls the C destructor when it falls out of
scope.