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
Implement a new derive macro that allows users to set the data type that the enum will be encoded/decoded with. Similar to [repr(u*)] and [repr(i*)]docs
Implement a new derive macro that allows users to set the data type that the enum will be encoded/decoded with. Similar to
[repr(u*)]and[repr(i*)]docs