Crate quoted_printable

source ·

Structs

  • Options to control encoding and decoding behaviour.

Enums

  • A flag that controls how to treat the input when encoding.
  • A flag that allows control over the decoding strictness.
  • An error type that represents different kinds of decoding errors.

Functions

  • Decodes a piece of quoted-printable data. This implementation is equivalent to decode_with_options with an Options that uses the provided ParseMode.
  • Decodes a piece of quoted-printable data.
  • Encodes some bytes into quoted-printable format, treating the input as text.
  • Encodes some bytes into quoted-printable format, treating the input as binary.
  • Encodes some bytes into quoted-printable format.
  • Encodes some bytes into quoted-printable format.
  • Encodes some bytes into quoted-printable format, using the provided options.