Expand description
Module containing implementations for conversions to/from XML text.
Structs§
- Base64
base64
Text codec transforming text to binary using standard base64. - Text codec for colon-separated bytes of uppercase hexadecimal.
- Text codec which returns None instead of the empty string.
- Text codec which returns None instead of the empty string.
- Text codec transforming text to binary using hexadecimal nibbles.
- Text preprocessor which returns the input unchanged.
- Text codec which does no transform.
- Text preprocessor to remove all whitespace.
Traits§
- Represent a way to encode/decode text data into a Rust type.
- Trait for preprocessing text data from XML.