std::encoding::base64

decode_buffer

fn char[]? decode_buffer(char[] src, char[] dst, char padding = DEFAULT_PAD, Base64Alphabet* alphabet = &STANDARD)
Decode the content of src into dst, which must be properly sized.

Parameters