Function to_string

Source
pub fn to_string(buf: &[u8], base: u8, chars: &[u8]) -> Option<String>
Expand description

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