arcnmx / serde-value

Serialization value trees
http://arcnmx.github.io/serde-value/serde_value/
MIT License
43 stars 30 forks source link

Fix handling of enums #11

Closed sfackler closed 7 years ago

sfackler commented 7 years ago

This mirrors the implementation in serde::de::content.

arcnmx commented 7 years ago

Awkward, but it follows the convention of the serializers.

sfackler commented 7 years ago

Thanks! Could you cut a release when you have the chance?

arcnmx commented 7 years ago

Yup, it should be on crates.io momentarily!