Function base_x::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.