std::encoding::base64

encode_buffer

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

Parameters