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.