ffi_utils 0.6.0

FFI utilities
Documentation

FFI utils

Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)

Documentation

This crate contains utilities to be consumed by crates interfacing with other languages via FFI. It also contains utilities for testing in FFI scenario which gets compiled only during testing.

Build Instructions

cargo build
cargo test

License

Licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).

Linking exception

ffi_utils is licensed under GPLv3 with linking exception. This means you can link to and use the library from any program, proprietary or open source; paid or gratis. However, if you modify ffi_utils, you must distribute the source to your modified version under the terms of the GPLv3.

See the LICENSE file for more details.