decode

Function decode 

Source
pub fn decode<A>(alphabet: A, input: &str) -> Result<Vec<u8>, DecodeError>
where A: Alphabet,
Expand description

Decode an input vector using the given alphabet.