base64_decode

Function base64_decode 

Source
pub fn base64_decode<I: Bits, O: MutBits>(
    input: I,
    output: &mut O,
) -> Result<usize, Error>
Expand description

Decodes the provided the input, writing the decoded data to output, using the standard RFC-4648 BASE64_ALPHABET, upon success, returns the number of bytes written out