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

#722 in #ffi

Download history 12/week @ 2024-11-13 24/week @ 2024-11-20 28/week @ 2024-11-27 31/week @ 2024-12-04 63/week @ 2024-12-11 18/week @ 2024-12-18 14/week @ 2025-01-01 16/week @ 2025-01-08 43/week @ 2025-01-15 19/week @ 2025-01-22 28/week @ 2025-01-29 51/week @ 2025-02-05 50/week @ 2025-02-12 14/week @ 2025-02-19 88/week @ 2025-02-26

209 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