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

#2900 in Rust patterns

Download history 22/week @ 2023-11-20 14/week @ 2023-11-27 13/week @ 2023-12-04 14/week @ 2023-12-11 16/week @ 2023-12-18 10/week @ 2023-12-25 19/week @ 2024-01-08 10/week @ 2024-01-15 6/week @ 2024-01-22 4/week @ 2024-01-29 14/week @ 2024-02-05 36/week @ 2024-02-12 32/week @ 2024-02-19 89/week @ 2024-02-26 45/week @ 2024-03-04

205 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

~42KB