#ffi #c #api

yanked capi

Helper methods for building a C API in Rust: passing ownership of Rust objects to C and back. NB: This will be obsolete once Box::from_raw/into_raw are stable

Uses old Rust 2015

0.0.3 Sep 12, 2015
0.0.2 Feb 7, 2015
0.0.1 Feb 7, 2015

#154 in #c

BSD-2-Clause

6KB
81 lines

C API helper functinos for Rust

Helper functions for letting C programs create and free objects in Rust libraries.

NB: This will be obsolete once Box::from_raw/into_raw are stable.

See crates.io.

No runtime deps