quininer / cbor4ii

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

`RawValue` serde support #27

Open quininer opened 10 months ago

quininer commented 10 months ago

I don't like this hack, but it's a useful feature. https://github.com/serde-rs/json/blob/v1.0.107/src/raw.rs#L294 If serde supports downcast objects, that should allow for a more elegant implementation.