std::encoding::base32

encode_buffer

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

Parameters