Module memchr
zerocopy
0.8.33
Module memchr
Module Items
Functions
In zerocopy::
util::
macro_
util::
core_
reexport::
slice
zerocopy
::
util
::
macro_util
::
core_reexport
::
slice
Module
memchr
Copy item path
Source
🔬
This is a nightly-only experimental API. (
slice_internals
)
Expand description
Pure Rust memchr implementation, taken from rust-memchr
Functions
§
memchr
Experimental
Returns the first index matching the byte
x
in
text
.
memrchr
Experimental
Returns the last index matching the byte
x
in
text
.