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 ๐Ÿ”’
ASCII test optimized to use the pmovmskb instruction available on x86-64 platforms.
is_ascii_simple ๐Ÿ‘ป Experimental
ASCII test without the chunk-at-a-time optimizations.