Module memchr

Source
๐Ÿ”ฌ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 if x contains any zero byte.
memchrExperimental
Returns the first index matching the byte x in text.
memchr_aligned ๐Ÿ”’ Experimental
memchr_naive ๐Ÿ”’ Experimental
memrchrExperimental
Returns the last index matching the byte x in text.