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 for colon-separated bytes of uppercase hexadecimal.
  • Text codec which returns None instead of the empty string.
  • Text codec which returns None if the input to decode is the empty string, instead of attempting to decode it.
  • Wrapper struct to apply a filter to a codec.
  • 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.