[][src]Function base_x::decode

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

Decode an input vector using the given alphabet.