Function base_x::decode [−][src]
pub fn decode<A: Alphabet>(
alphabet: A,
input: &str
) -> Result<Vec<u8>, DecodeError>
Decode an input vector using the given alphabet.
pub fn decode<A: Alphabet>(
alphabet: A,
input: &str
) -> Result<Vec<u8>, DecodeError>
Decode an input vector using the given alphabet.