-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic binding generation? #171
Comments
Comment by chances Is rust-bindgen a good option? |
Comment by frewsxcv It's possible, but I'm familiar with bindgen enough to know for sure. |
Duplicate. |
jrmuizel
pushed a commit
to jrmuizel/core-foundation-rs
that referenced
this issue
Feb 2, 2018
Bump core-graphics dependency and version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/cocoa-rs/171) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by frewsxcv
Saturday Nov 26, 2016 at 21:20 GMT
Originally opened as servo/cocoa-rs#147
PyObjc (and possibly RubyCocoa?) use .fwinfo files to generate language bindings around Cocoa and similar objective C libraries:
https://bitbucket.org/ronaldoussoren/pyobjc/raw/6b74fc7e1ba0995038dc5c1f162d1fad860ff175/pyobjc-framework-Cocoa/metadata/raw.AppKit/x86_64-10.10.fwinfo
From what I can tell, PyObjC uses a tool called objective.metadata to generate these files:
https://bitbucket.org/ronaldoussoren/objective.metadata/src/bd0f1b994403?at=default
Has anyone thought about doing automatic binding generation for cocoa-rs? Anyone know of easy strategies?
The text was updated successfully, but these errors were encountered: