Crate memchr[][src]

Expand description

This crate defines two functions, memchr and memrchr, which expose a safe interface to the corresponding functions in libc.

Functions

A safe interface to memchr.

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

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

A safe interface to memrchr.