Function g60::encode_in_writer

source ·
pub fn encode_in_writer<T: Write>(
    content: &[u8],
    writer: &mut T
) -> Result<usize, EncodingError>
Expand description

Encodes a list of bytes into a G60 encoding format. The result is writen in writer.

Errors

An error will be thrown if the writing process fails.