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

#653 in #ffi

Download history 14/week @ 2024-01-13 8/week @ 2024-01-20 5/week @ 2024-01-27 9/week @ 2024-02-03 31/week @ 2024-02-10 40/week @ 2024-02-17 38/week @ 2024-02-24 81/week @ 2024-03-02 45/week @ 2024-03-09 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 44/week @ 2024-04-27

144 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