[][src]Crate grep_regex

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 Matcher trait using Rust's standard regex library.

RegexMatcherBuilder

A builder for constructing a Matcher using regular expressions.

Enums

ErrorKind

The kind of an error that can occur.