char_array_to_str

Function char_array_to_str 

Source
pub fn char_array_to_str(array: &[u8]) -> &str
Expand description

Utility function which attempts to decode an array of signed bytes (char[] in C) into a UTF-8 string.