Rusty bindings for Apple libraries, brought to you by @NikolaiVazquez.
Fruity makes interfacing with these C and Objective-C APIs feel natural in Rust.
Most of these types are classes that inherit from each other. Because Rust does
not have inheritance and instead prefers composition, this crate uses [Deref
]
to fake inheritance.
Using Fruity to interface with Objective-C libraries should have as little runtime cost as writing the equivalent code directly in Objective-C.
This project is released under either:
at your choosing.