This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.
enum deserialization #4
Open
Description
not as easy as i expected.
initial implementation at https://github.com/serde-rs/xml/blob/master/src/de/mod.rs#L302-343
messy with tuple like enums since arrays of those are totally weird in xml.