std::encoding::base32

encode

fn String? encode(Allocator allocator, char[] src, char padding = DEFAULT_PAD, Base32Alphabet* alphabet = &STANDARD)
Encode the content of src into a newly allocated string

Parameters