simdutf8
simdutf8 copied to clipboard
SIMD-accelerated UTF-8 validation for Rust.
Thanks for making this library! 😃 I saw a typo; it's a quick fix.
Disabled for now, still runs on Linux and Macos.
Trim down CI.
Hi there, thanks a lot for this awesome crate! I was wondering if it would be possible for you to add AltiVec/VSX support for accelerated UTF-8 validation on PowerPC. This...
This was missing for total compatibility with core's.
The [`String::from_utf8_lossy` ](https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8_lossy) is a std library API, and will replace all invalid utf8 char with `\ufffd`.