Crate quoted_printable [−] [src]
Enums
| ParseMode |
A flag that allows control over the decoding strictness. |
| QuotedPrintableError |
An error type that represents different kinds of decoding errors. |
Functions
| decode |
Decodes a piece of quoted-printable data. |
| decode_str |
Decodes a piece of quoted-printable data. Refer to the documentation for decode; this is just a wrapper that calls that function on the utf-8 bytes from the provided string. |
| encode |
Encodes some bytes into quoted-printable format. |