Open RReverser opened 1 year ago
I noticed from the README example that repr(u8) is currently not propagated to the generated tag enum. This can make it more difficult to reconcile the tagged and untagged enums with each other, especially when repr is important e.g. for FFI.
repr(u8)
Yes, that's probably right. I happily accept pull requests if you are interested to contribute. :)
As soon as I finish with my current side projects... 😅 (which is probably a while)
I noticed from the README example that
repr(u8)
is currently not propagated to the generated tag enum. This can make it more difficult to reconcile the tagged and untagged enums with each other, especially when repr is important e.g. for FFI.