-
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
Use rust constants and rust types in bindgen #160
Conversation
bindgen. This is a clippy-complaint as well.
This is also blocked by #157 |
/bindings |
Thanks for catching. I think we can just block them. Are there any good reason to re-export these constants that are already available via std? |
Maybe extendr uses the rust name? |
I quickly searched |
That's even better. I'll make adjustments. |
I've removed them. |
We could consider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
In continuing the effort to clean-up and smooth out libR-sys, I have found that clippy complains about these constants, and we can replace c-types with rust types by this setting.
This will need to be checked more thoroughly with extendr though.