pub fn encode<O: Output + ?Sized>(input: &[u8], output: &mut O)
Encode input byte sequence using BASE32 encoding and write the resulting byte sequence to output.
input
output