safe_bindgen 0.13.2

A library to automatically generate C, Java, and C# files from Rust source files.
Documentation
# safe_bindgen

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

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

Language bindings generator framework that is intended to work in pair with [SAFE Client Libs](https://github.com/maidsafe/safe_client_libs).
It is used to automatically build bindings to SAFE Client Libs for Java and C#.

This project is based on [moz-cheddar](https://github.com/mozilla/moz-cheddar), which in turn is based on [rusty-cheddar](https://github.com/Sean1708/rusty-cheddar).

## 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) https://opensource.org/licenses/MIT) at your option.