Crate grep_regex[−][src]
An implementation of grep-matcher's Matcher trait for Rust's regex engine.
Structs
| Error |
An error that can occur in this crate. |
| RegexCaptures |
Represents the match offsets of each capturing group in a match. |
| RegexMatcher |
An implementation of the |
| RegexMatcherBuilder |
A builder for constructing a |
Enums
| ErrorKind |
The kind of an error that can occur. |