cbor4ii
cbor4ii copied to clipboard
`RawValue` serde support
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.