icrate 0.1.2

Bindings to Apple's frameworks
Documentation
1
2
3
4
5
6
7
8
#### Running the examples

The examples can be run as follows:

```sh
cargo run --package=icrate --example=basic_usage --features=unstable-example-basic_usage
cargo run --package=icrate --example=delegate --features=unstable-example-delegate
```