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 memchr.

memchr2

Like memchr, but searches for two bytes instead of one.

memchr3

Like memchr, but searches for three bytes instead of one.

memrchr

A safe interface to memrchr.