simlay / uikit-sys

Rust Bindings for the iOS UIKit Objective-C framework

Home Page:https://simlay.net/uikit-sys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uikit-sys - Rust bindings to to iOS UIKit Objective-C framework

Build Status

Why?

Because there needs to exist some bindings to the iOS framework. This is the most complete bindgen of the docs as it uses all of the objective-c features in rust-bindgen.

How do I use this?

cargo doc --open --target aarch64-apple-ios and then read the docs. Admittedly, it would be nice if the docs had links to the original apple docs but that's actually kind of hard to do.

Here are the docs: simlay.github.io/uikit-sys

Are there examples?

Maybe when I get the time.

About

Rust Bindings for the iOS UIKit Objective-C framework

https://simlay.net/uikit-sys/

License:Apache License 2.0


Languages

Language:Rust 70.6%Language:Makefile 26.1%Language:Shell 1.8%Language:Objective-C 1.2%Language:C 0.4%