ffi_utils 0.17.0

FFI utilities
Documentation
# FFI Utils

|Crate|Documentation|Linux/macOS|Windows|Issues|
|:---:|:-----------:|:--------:|:-----:|:----:|
|[![](http://meritbadge.herokuapp.com/ffi_utils)](https://crates.io/crates/ffi_utils)|[![Documentation](https://docs.rs/ffi_utils/badge.svg)](https://docs.rs/ffi_utils)|[![Build Status](https://travis-ci.com/maidsafe/ffi_utils.svg?branch=master)](https://travis-ci.com/maidsafe/ffi_utils)|[![Build status](https://ci.appveyor.com/api/projects/status/ex53u3atx6sqm9f2/branch/master?svg=true)](https://ci.appveyor.com/project/MaidSafe-QA/ffi-utils-u7qyi/branch/master)|[![Stories in Ready](https://badge.waffle.io/maidsafe/ffi_utils.png?label=ready&title=Ready)](https://waffle.io/maidsafe/ffi_utils)|

| [MaidSafe website](https://maidsafe.net) | [SAFE Dev Forum](https://forum.safedev.org) | [SAFE Network Forum](https://safenetforum.org) |
|:----------------------------------------:|:-------------------------------------------:|:----------------------------------------------:|

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

## License

This SAFE Network library is dual-licensed under the Modified BSD ([LICENSE-BSD](LICENSE-BSD) https://opensource.org/licenses/BSD-3-Clause) or the MIT license ([LICENSE-MIT](LICENSE-MIT) http://opensource.org/licenses/MIT) at your option.

## Contributing

Want to contribute? Great :tada:

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our [Guide to contributing](https://github.com/maidsafe/QA/blob/master/CONTRIBUTING.md).