simdutf8
simdutf8 copied to clipboard
Will support API likes `String::from_utf8_lossy`
The String::from_utf8_lossy is a std library API, and will replace all invalid utf8 char with \ufffd.