pub fn encode_with_custom_header(
    data: &[u8],
    header: u16
) -> Result<String, Error>
Expand description

Encodes data using englishid, encoding header at the start. To decode, use the decode_with_custom_header() function.

Errors