Crate hotsauce

source ·
Expand description

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

Structs

An error that occurred during the construction of a DFA.
An iterator over the (non-overlapping) matches.
A regular expression.
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.