-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make C-enums into idiomatic rust enums #206
Conversation
/bindings |
Hm, should we already bump |
Sure. Please make a PR that bumps the version. |
Checking my comments, I do not get it why can't we mark this as |
1c27f85
to
545f970
Compare
Bumped version. |
Hard to remember.. I guess I saw that you'd make separate PRs to bump the version in rextendr. And I asked you to do it here maybe because I thought it was more elaborate than just changing a file. |
545f970
to
e92a45a
Compare
There are several "inferred" enums in the R-API. This setting ensures that
they become idiomatic Rust enums.
There are still missing ones, namely the macro-defined-enums, but maybe I'll add those somewhere else.