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
Matcher
trait using Rust’s standard regex library. - Regex
Matcher Builder - A builder for constructing a
Matcher
using regular expressions.
Enums§
- Error
Kind - The kind of an error that can occur.