pub fn bytes_to_str(bytes: &[u8]) -> Result<&str>
Zero-copy text extraction from byte slice
Converts bytes to &str without allocation