Function from_str

Source
pub fn from_str(string: &str, base: u8, chars: &[u8]) -> Option<Vec<u8>>
Expand description

Converts a base encoded string to bytes using the specified character table.