Crate grep_pcre2[][src]

An implementation of grep-matcher's Matcher trait for PCRE2.

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 PCRE2.

RegexMatcherBuilder

A builder for configuring the compilation of a PCRE2 regex.

Enums

ErrorKind

The kind of an error that can occur.