pub fn decode<A>(alphabet: A, input: &str) -> Result<Vec<u8>, DecodeError>where A: Alphabet,
Decode an input vector using the given alphabet.