Crate simdutf

source ·
Expand description

Unicode validation and transcoding at billions of characters per second.

This crate is the Rust binding of simdutf.

Structs

  • The encoding of a string, defined as a bitflags type.
  • The result type of validation and transcoding.

Enums

  • The error code type of validation and transcoding.

Functions