Function decode

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

Decode an input vector using the given alphabet.