serde-xml-rs
serde-xml-rs copied to clipboard
xml-rs based deserializer for Serde (compatible with 1.0+)
Results
111
serde-xml-rs issues
Sort by
recently updated
recently updated
newest added
The documentation shows the serialization of a unit enum as follows, which I believe is incorrect and inconsistent with typical usage of enumerations in XML: ` ` However, enumerations in...