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.
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.