# Savannah Lightweight utilities for writing bindings to Objective-C libraries. ## Usage In your `Cargo.toml`: ``` [dependencies] savannah = "0.1.0" ``` ## Support Savannah has support for macOS and iOS. When Rust adds support for tvOS / watchOS as compilation targets, those will be added. ## License This repository is licensed under either the [Apache license](http://www.apache.org/licenses/LICENSE-2.0) or [MIT license](http://opensource.org/licenses/MIT) at your option. ## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.