Function mini_server::vec_to_string
source · pub fn vec_to_string(bytes: Vec<u8>) -> String
Expand description
The vec_to_string function converts a vector of bytes (Vec<u8>
) into a UTF-8 encoded string.
pub fn vec_to_string(bytes: Vec<u8>) -> String
The vec_to_string function converts a vector of bytes (Vec<u8>
) into a UTF-8 encoded string.