Skip to main content

Module imp

Module imp 

Source
Expand description

Allows direct access to the platform-specific unsafe validation implementations.

Modules§

x86
Includes the x86/x86-64 SIMD implementations.

Traits§

ChunkedUtf8Validator
Like Utf8Validator this low-level API is for streaming validation of UTF-8 data.
Utf8Validator
A low-level interface for streaming validation of UTF-8 data. It is meant to be integrated in high-performance data processing pipelines.