๐ฌThis is a nightly-only experimental API. (
slice_internals
)Expand description
Pure Rust memchr implementation, taken from rust-memchr
Constantsยง
- HI_
USIZE ๐Experimental - LO_
USIZE ๐Experimental - USIZE_
BYTES ๐Experimental
Functionsยง
- contains_
zero_ ๐byte Experimental - Returns
true
ifx
contains any zero byte. - memchr
Experimental - Returns the first index matching the byte
x
intext
. - memchr_
aligned ๐Experimental - memchr_
naive ๐Experimental - memrchr
Experimental - Returns the last index matching the byte
x
intext
.