serde-yaml icon indicating copy to clipboard operation
serde-yaml copied to clipboard

RawValue type for YAML

Open ghedo opened this issue 4 years ago • 0 comments

Similarly to https://docs.serde.rs/serde_json/value/struct.RawValue.html (https://github.com/serde-rs/json/issues/355) it would be nice if serde_yaml provided a RawValue type that could be used to defer parsing of parts of YAML data. Thoughts?

ghedo avatar Sep 07 '20 14:09 ghedo