base36

Function decode

source
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.