File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ foo = Foo(Foo::alloc().initWithStuff())`.
34
34
35
35
36
36
## Supported Features
37
+
37
38
* Inheritance matched to rust traits with prefixes of ` I ` which
38
39
stands for interface.
39
40
* Protocols which match to rust traits with prefixes of ` P ` which
@@ -43,6 +44,7 @@ name and `id` is a pointer to the objective-c Object.
43
44
* Blocks
44
45
45
46
## Useful Notes
47
+
46
48
* If you're targeting ` aarch64-apple-ios ` , you'll need to have the clang arg
47
49
` --target=arm64-apple-ios ` as mentioned
48
50
[ here] ( https://github.com/rust-lang/rust-bindgen/issues/1211#issuecomment-569804287 ) .
@@ -63,8 +65,10 @@ all of Core Foundation and any other frameworks. This will result in a very
63
65
long compile time.
64
66
65
67
## Not (yet) Supported
68
+
66
69
* Nullablibility attributes which return ` Option ` s.
67
70
* Probably many other things. Feel free to [ open an issue] ( https://github.com/rust-lang/rust-bindgen/issues ) .
68
71
69
72
# Example crate(s)
73
+
70
74
* [ uikit-sys] ( https://github.com/simlay/uikit-sys )
You can’t perform that action at this time.
0 commit comments