8 releases

Uses old Rust 2015

0.3.0 Mar 12, 2016
0.2.2 Jun 18, 2015
0.1.3 Jun 16, 2015

⚠️ Issues reported

#673 in #ffi

Download history 37/week @ 2024-03-16 33/week @ 2024-03-23 59/week @ 2024-03-30 25/week @ 2024-04-06 35/week @ 2024-04-13 37/week @ 2024-04-20 47/week @ 2024-04-27 34/week @ 2024-05-04 63/week @ 2024-05-11 74/week @ 2024-05-18 68/week @ 2024-05-25 41/week @ 2024-06-01 46/week @ 2024-06-08 44/week @ 2024-06-15 38/week @ 2024-06-22 8/week @ 2024-06-29

142 downloads per month
Used in 2 crates

MIT license

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