Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFails to decode/encode C-like enums. #21
Closed
Comments
|
Could you post a test case? |
|
I'm unable to reproduce this. Please re-open when you get a test case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bincode attempts to read a tag when there isn't one. Rather than reading a tag, the value should be compared to the value of each of the variants.