dtolnay / serde-yaml

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

Fix unit struct to serialize/deserialize in a format similar to the regular structs #217

Closed rukai closed 3 years ago

rukai commented 3 years ago

closes https://github.com/dtolnay/serde-yaml/issues/216

I dont really know what im doing but it passes the test I wrote :shrug:

concerns: