Expand description
Operations on ASCII [u8]
.
Structsยง
- Escape
Ascii - An iterator over the escaped version of a byte slice.
- Escape
Byte ๐
Functionsยง
- is_
ascii ๐ - ASCII test optimized to use the
pmovmskb
instruction available onx86-64
platforms. - is_
ascii_ ๐ปsimple Experimental - ASCII test without the chunk-at-a-time optimizations.