pub fn from_utf8_std(bytes: &[u8]) -> Result<&str, StdUtf8Error>Expand description
Internally uses simdutf8 if the feature is active.
pub fn from_utf8_std(bytes: &[u8]) -> Result<&str, StdUtf8Error>Internally uses simdutf8 if the feature is active.