Function std::str::raw::from_utf8Deprecated
[-]
[+]
[src]
pub unsafe fn from_utf8(v: &'a [u8]) -> &'a str
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.