This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Support rust enums #21
Open
Description
Hi,
is there any reason why enums are not supported?
I know there is no Enum type in Msgpack spec, but it seems to me there is a realy simple workaround.
Enum type can be decomposed into its variant index (uint) and rest of data whatever they are.
I have already tested it and it seems to work.
PR?
Metadata
Metadata
Assignees
Labels
No labels