Crate memchr[−][src]
This crate defines two functions, memchr
and memrchr
, which expose a safe
interface to the corresponding functions in libc
.
Structs
Memchr |
An iterator for memchr |
Memchr2 |
An iterator for Memchr2 |
Memchr3 |
An iterator for Memchr3 |
Constants
HI_U64 | |
HI_USIZE | |
LO_U64 | |
LO_USIZE | |
USIZE_BYTES |
Functions
contains_zero_byte |
Return |
memchr |
A safe interface to |
memchr2 |
Like |
memchr3 |
Like |
memrchr |
A safe interface to |
repeat_byte |