serde-xml-rs 0.8.2

xml-rs based deserializer for Serde (compatible with 1.0)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod attributes;
mod choice_sequence;
mod choices;
mod doctype;
mod ignore;
mod ill_formed;
mod maps;
mod namespaces;
mod optional;
mod overlapping;
mod sequence_container;
mod sequences;
mod simple_datatypes;
mod streaming;
mod structs;
mod text;
mod tuples;
mod unit_struct;