Skip to main content

Crate minrx

Crate minrx 

Source

Structs§

Match
A match on some haystack. It is a wrapper of std::range::Range<usize> with some convenience methods and derives.
MatchIter
An iterator over all matches on a haystack.
MatchOptions
Regex
A MinRX regex matcher. Send but not Sync.
RegexBuilder

Enums§

BuildError
MatchError