Function str_from_byte_array

Source
pub fn str_from_byte_array(bytes: &[u8]) -> String
Expand description

Build a string from raw bytes (each byte -> U+00XX).