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 have a type I'm using minicbor_derive with for which I would like to forbid unknown fields. I would use the serde implementation, but I'd also like to have integer keys, and the serde implementation doesn't support that.
I have a type I'm using minicbor_derive with for which I would like to forbid unknown fields. I would use the serde implementation, but I'd also like to have integer keys, and the serde implementation doesn't support that.