pub fn array_as_string(bytes: &[u8]) -> String
Convert a byte slice to a String (interpreting each byte as a char).