pub fn encode_fixed_length(data: &[u8]) -> String
Expand description

Encodes data using englishid, for situations where the decoder knows the expected length of data. To decode, use the decode_fixed_length() function.