# C API helper functinos for [Rust](http://www.rust-lang.org/) Helper functions for letting C programs create and free objects in Rust libraries. NB: This will be obsolete once [Box::from_raw/into_raw](https://doc.rust-lang.org/std/boxed/struct.Box.html#method.from_raw) are stable. See [crates.io](https://crates.io/crates/capi).