Module ascii

Module ascii 

Source
Expand description

Operations on ASCII [u8].

Structsยง

EscapeAscii
An iterator over the escaped version of a byte slice.
EscapeByte ๐Ÿ”’

Functionsยง

is_ascii ๐Ÿ”’ x86-64 and sse2, or LoongArch LA64 and lsx
ASCII test optimized to use the pmovmskb instruction on x86-64 and the vmskltz.b instruction on loongarch64.
is_ascii_simple ๐Ÿ‘ป Experimental
ASCII test without the chunk-at-a-time optimizations.