Expand description
Allows direct access to the platform-specific unsafe validation implementations.
Modules§
- x86
- Includes the x86/x86-64 SIMD implementations.
Traits§
- Chunked
Utf8 Validator - Like
Utf8Validatorthis low-level API is for streaming validation of UTF-8 data. - Utf8
Validator - A low-level interface for streaming validation of UTF-8 data. It is meant to be integrated in high-performance data processing pipelines.