pub fn decode(s: &str) -> Result<Vec<u8>, DecodeError>Expand description
Decodes a Base36 string into a byte array.
Returns DecodeError if the string is not Base36.
pub fn decode(s: &str) -> Result<Vec<u8>, DecodeError>Decodes a Base36 string into a byte array.
Returns DecodeError if the string is not Base36.