bytemuck
bytemuck copied to clipboard
NoUninit Support for enums with repr(C, Int)
I was wondering whether, it would be possible to add NoUninit-derive support for enums repr(C, Int). I saw that enums-with-fields support is already being worked (#292). Unfortunately, repr(C, Int) is still not possible. Is this planned for the future or not possible?
I do not work on the proc-macros directly, but when people submit new code that expands what the proc-macros can do I'm happy to get a review, merge it, and publish it. You could do the PR, or you could find someone who has skills with proc-macros.
This was fixed by #292 in the end!