serde-yaml
serde-yaml copied to clipboard
RawValue type for YAML
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?