[package] name = "capi" version = "0.0.3" authors = ["Kornel "] description = "Helper methods for building a C API in Rust: passing ownership of Rust objects to C and back.\n\nNB: This will be obsolete once Box::from_raw/into_raw are stable." homepage = "https://github.com/pornel/capi-rust" repository = "https://github.com/pornel/capi-rust.git" keywords = ["c","ffi","api"] license = "BSD-2-Clause" documentation = "https://pornel.github.io/capi-rust/capi/"