pub fn array2string2(array: &[u8; 4096], length: usize) -> String
Convert &[u8] into a String.
&[u8]
String
You should never need to call this function.