Crate grep_regex
source ·Expand description
An implementation of grep-matcher
’s Matcher
trait for Rust’s regex engine.
Structs
- An error that can occur in this crate.
- Represents the match offsets of each capturing group in a match.
- An implementation of the
Matcher
trait using Rust’s standard regex library. - A builder for constructing a
Matcher
using regular expressions.
Enums
- The kind of an error that can occur.