Std.Base32.encode
1 declaration
fn
encode: &Bytes -> StrBytes written in the RFC 4648 base32 alphabet, padded with = to a multiple of eight digits.
Base32 costs 60% more room than the bytes and 20% more than base64, and buys a text of one case with no punctuation: it survives a case-folding file system, a DNS label, and being read aloud.
