Module xso::text

source ·
Expand description

Module containing implementations for conversions to/from XML text.

Structs§

  • Base64base64
    Text codec transforming text to binary using standard base64.
  • Text codec which returns None instead of the empty string.
  • 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.