-
Notifications
You must be signed in to change notification settings - Fork 745
Document bitfield usage in the users guide #818
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
Comments
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
@highfive: assign me |
Hey @ambaxter! Thanks for your interest in working on this issue. It's now assigned to you! |
@ambaxter I don't think we have anything in CONTRIBUTING.md about using As far as content goes, we should just explain how bitfields get translated from C/C++ into Rust, and how to use them. You can experiment locally and look at the bitfield related tests. High bits are getters, setters, and bitfield unit constructors. Let me know if you have any questions :) |
@ambaxter making any progress here? Anything I can help with? |
I am making some progress. A few things came up that took my time. Hope to be done in the next day or three. |
Added mdbook entry for bitfields. Fixes #818
Similar to the section on using unions, we should have a section on using bitfields.
The text was updated successfully, but these errors were encountered: