You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think adding ToPrimitive implementations would be a great benefit. Very often I need to convert to and from an enum with primitives. Do you think you can also add this implementation? Otherwise right now I can use your macro but then need to go implement ToPrimitive on my own :)
I'm new to rust and macro programming, so I don't know if I can pull it off easily. Let me know what you think!
The text was updated successfully, but these errors were encountered:
Hi!
I think adding ToPrimitive implementations would be a great benefit. Very often I need to convert to and from an enum with primitives. Do you think you can also add this implementation? Otherwise right now I can use your macro but then need to go implement ToPrimitive on my own :)
I'm new to rust and macro programming, so I don't know if I can pull it off easily. Let me know what you think!
The text was updated successfully, but these errors were encountered: