-
Notifications
You must be signed in to change notification settings - Fork 721
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
enum: "bitfield" and "rustified" shouldn't be mutually exclusive #1165
Comments
That's not an obvious thing to do without |
Though I just remembered that's already a problem with "bitfield" on its own, IIRC. |
Yeah, but more to the point, bitfield + rustified is a no-go because of rust |
Ah, sorry, I should have titled this differently - I don't need the enum part, I just need it to be associated constant-y. Should I open a new issue for non-rustified associated constant enums? |
Wait, you mean generating them in their own modules? Ok, yeah, that should be doable :) But yeah, let's file another issue for them, since this one has nothing related to it. |
Providing the two together should provide an API similar to that produced by usage of the bitflags crate.
The text was updated successfully, but these errors were encountered: