Module memchr
Pure Rust memchr implementation, taken from rust-memchr
Functions
-
contains_zero_byte
Returns
trueifxcontains any zero byte. -
memchr
Returns the first index matching the byte
xintext. - memchr_aligned
- memchr_naive
-
memrchr
Returns the last index matching the byte
xintext. - memrchr_aligned