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

#650 in #ffi

Download history 27/week @ 2024-07-22 122/week @ 2024-07-29 23/week @ 2024-08-05 37/week @ 2024-08-12 30/week @ 2024-08-19 57/week @ 2024-08-26 49/week @ 2024-09-02 33/week @ 2024-09-09 16/week @ 2024-09-16 60/week @ 2024-09-23 33/week @ 2024-09-30 9/week @ 2024-10-07 36/week @ 2024-10-14 38/week @ 2024-10-21 35/week @ 2024-10-28 39/week @ 2024-11-04

149 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

~44KB