Function e_utils::base64::encode_to_slice
source · [−]Available on crate feature
base64 only.Expand description
Encode input bytes to utf8 base64 bytes. Does not pad.
output must be long enough to hold the encoded input without padding.
Returns the number of bytes written.
