https://github.com/simlay/uikit-sys
Rust Bindings for the iOS UIKit Objective-C framework
https://github.com/simlay/uikit-sys
ios rust uikit uikit-sys
Last synced: over 1 year ago
JSON representation
Rust Bindings for the iOS UIKit Objective-C framework
- Host: GitHub
- URL: https://github.com/simlay/uikit-sys
- Owner: simlay
- License: apache-2.0
- Created: 2020-01-07T03:55:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T12:11:45.000Z (over 2 years ago)
- Last Synced: 2024-04-14T08:42:05.959Z (about 2 years ago)
- Topics: ios, rust, uikit, uikit-sys
- Language: Rust
- Homepage: https://simlay.net/uikit-sys/
- Size: 13.2 MB
- Stars: 54
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uikit-sys - Rust bindings to to iOS UIKit Objective-C framework
[](https://github.com/simlay/uikit-sys/actions)
## 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](https://simlay.github.io/uikit-sys)
## Are there examples?
Maybe when I get the time.