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

#73 in #ffi-bindings

Download history 32/week @ 2022-11-21 29/week @ 2022-11-28 44/week @ 2022-12-05 63/week @ 2022-12-12 55/week @ 2022-12-19 28/week @ 2022-12-26 20/week @ 2023-01-02 42/week @ 2023-01-09 20/week @ 2023-01-16 69/week @ 2023-01-23 100/week @ 2023-01-30 45/week @ 2023-02-06 66/week @ 2023-02-13 89/week @ 2023-02-20 31/week @ 2023-02-27 64/week @ 2023-03-06

250 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

~38KB