Crate hotsauce

Source
Expand description

Regex search over iterators of bytes. Why can’t Rust users stop hardcoding &str everywhere?

Structs§

Error
An error that occurred during the construction of a DFA.
Matches
An iterator over the (non-overlapping) matches.
Regex
A regular expression.
RegexBuilder
A builder for a regex from a string. This allows several configuration options, such as unicode support and case sensitivity. For basically all of these options, see regex_automata::dense::Builder.