dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
964 stars 164 forks source link

Route variant name serialization through serialize_str #271

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

I am about to add some logic to detect strings that need surrounding quotes in order to roundtrip ("true" for example) and this change will help to only need that in one place.