ib_matcher/regex/util/
mod.rs

1pub use regex_automata::util::*;
2
3pub mod prefilter;
4
5pub(crate) mod empty;