pub fn base64_encode_safe<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 filesystem and
URL-safe RFC-4648 BASE64URL_ALPHABET, , upon success, returns the number of bytes written out