Expand description
Allows direct access to the platform-specific unsafe validation implementations.
Modules
Includes the x86/x86-64 SIMD implementations.
Traits
Like
Utf8Validator
this low-level API is for streaming validation of UTF-8 data.
It has additional restrictions imposed on how the input is passed in to allow
validation with as little overhead as possible.A low-level interfacne for streaming validation of UTF-8 data. It is meant to be integrated
in high-performance data processing pipelines.