Module regex_automata::util::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§
- inner 🔒