Crate memchr [−] [src]
This crate defines two functions, memchr
and memrchr
, which expose a safe interface
to the corresponding functions in libc
.
Functions
memchr |
A safe interface to |
memrchr |
A safe interface to |