encode

Function encode 

Source
pub fn encode<O: Output + ?Sized>(input: &[u8], output: &mut O)
Expand description

Encode input byte sequence using BASE32 encoding and write the resulting byte sequence to output.