Crate strmatch

Source

Macros§

strmatch
Conditionally match strings in Rust using regex without much boilerplate. Yes, this uses once_cell.

Structs§

Lazy
A value which is initialized on the first access.
Regex
A compiled regular expression for searching Unicode haystacks.