quininer / cbor4ii

CBOR: Concise Binary Object Representation
MIT License
54 stars 5 forks source link

RawValue support #8

Closed quininer closed 1 year ago

quininer commented 2 years ago

Similar to serde_json's RawValue, useful when dealing with some opaque structures.

impl core support is easy, but impl serde support requires some magic.