[src]

Function std::str::raw::from_utf8

pub unsafe fn from_utf8<'a>(v: &'a [u8]) -> &'a str

Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.