8 releases
Uses old Rust 2015
0.3.0 | Mar 12, 2016 |
---|---|
0.2.2 | Jun 18, 2015 |
0.1.3 | Jun 16, 2015 |
#673 in #ffi
142 downloads per month
Used in 2 crates
7KB
180 lines
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.
lib.rs
:
Provides two types, CSemiBox
and DisposeRef
Dependencies
~43KB