Modules§
- text_
content - Provides helper functions to serialization and deserialization of types
(usually enums) as a text content of an element and intended to use with
#[serde(with = "...")]
,#[serde(deserialize_with = "...")]
and#[serde(serialize_with = "...")]
.
Functions§
- read_
xml - Reads the XML from bytes.
- read_
xml_ str - Reads the XML from bytes.
- to_xml
- to_
xml_ with_ root