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

Encodes data using englishid with enough information to be able to be decoded without additional information. To decode, use the decode() function.

Errors