rusticstuff / simdutf8

SIMD-accelerated UTF-8 validation for Rust.
Other
522 stars 25 forks source link

Add portable simd (core::simd) implementation #83

Open Licenser opened 11 months ago

Licenser commented 11 months ago

This adds a core::simd (rusts portable simd) implementation, since that is a nightly-only feature, it is guarded behind the portable feature flag.