/*!
An implementation of `grep-matcher`'s `Matcher` trait for Rust's regex engine.
*/#![deny(missing_docs)]pubusecrate::{error::{Error, ErrorKind},matcher::{RegexCaptures, RegexMatcher, RegexMatcherBuilder},};modast;modban;modconfig;moderror;modliteral;modmatcher;modnon_matching;modstrip;