Skip to main content

encode_into_string

Function encode_into_string 

Source
pub fn encode_into_string(output: &mut String, data: &[u8], alphabet: Alphabet)
Available on crate feature alloc only.
Expand description

Helper function that appends the encoded data to a String.