regex_automata::util

Module memchr

source
Expand description

This module defines simple wrapper routines for the memchr functions from the memchr crate. Basically, when the memchr crate is available, we use it, otherwise we use a naive implementation which is still pretty fast.

Modulesยง