Expand description
Defines the wrapping type for a segment-matching regex.
Structs
A unwind-safe wrapper for Regex that implements PartialEq, Eq, PartialOrd, and Ord. These
traits are implemented in a potentially error-prone way by comparing the underlying &str
representations of the regular expression.