Skip to main content

from_utf8_std

Function from_utf8_std 

Source
pub fn from_utf8_std(bytes: &[u8]) -> Result<&str, StdUtf8Error>
Expand description

Internally uses simdutf8 if the feature is active.