email_encoding::body

Module base64

Source
Expand description

Base64 email body encoder.

Functionsยง

  • Base64 encode the provided bytes.
  • Predict how many bytes encode is going to write given a input_len input length.