google / coset

A set of Rust types for supporting COSE
Apache License 2.0
28 stars 16 forks source link

Police duplicate items in maps #1

Closed daviddrysdale closed 2 years ago

daviddrysdale commented 3 years ago

We want to detect if a CBOR map has duplicate keys and generate a warning/error. However, this doesn't seem to be possible with serde-cbor.

daviddrysdale commented 2 years ago

Fixed with the move to using sk-cbor in #12