dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
965 stars 165 forks source link

Provide IntoDeserializer impl for serde_yaml::Value #169

Closed dtolnay closed 3 years ago

dtolnay commented 4 years ago

Just as for serde_json::Value. This allows it to work with MapDeserializer (https://github.com/serde-rs/serde/issues/1739) and any other deserializers which are generic over an IntoDeserializer impl.

Legorooj commented 3 years ago

This can probably be closed now.