| Crates.io | cbox |
| lib.rs | cbox |
| version | 0.3.0 |
| created_at | 2015-06-14 12:23:56.676009+00 |
| updated_at | 2016-03-12 16:00:56.10516+00 |
| description | C pointer boxing, for when working with ffi |
| homepage | |
| repository | https://github.com/TomBebbington/cbox-rs |
| max_upload_size | |
| id | 2378 |
| size | 8,483 |
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.