pub fn base64_encode<I: Bits, O: MutBits>(
input: I,
output: &mut O,
) -> Result<usize, Error>Expand description
Encodes the provided the input, writing the encoding to output, using the standard RFC-4648
BASE64_ALPHABET, upon success, returns the number of bytes written out