Expand description
An implementation of grep-matcher’s Matcher trait for Rust’s regex engine.
Structs§
- Error
- An error that can occur in this crate.
- Regex
Captures - Represents the match offsets of each capturing group in a match.
- Regex
Matcher - An implementation of the
Matchertrait using Rust’s standard regex library. - Regex
Matcher Builder - A builder for constructing a
Matcherusing regular expressions.
Enums§
- Error
Kind - The kind of an error that can occur.