Function situ::str::from_raw_utf8_unchecked
source · [−]Expand description
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.
Safety
The bytes passed in must be valid UTF-8.