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
{{ message }}
This repository was archived by the owner on Aug 15, 2021. It is now read-only.
Serde uses a blanket impl for serialization. This change fixes the From
conversions to match serde's behavior. Without this, the user of serde_cbor
could run into awkward bugs where values of the same type get serialized
different ways; all hidden behind an innocent looking .into().
0 commit comments