Crate cfg_regex

Source

Structs§

ClassBytes
A set of characters represented by arbitrary bytes (where one byte corresponds to one character).
ClassBytesRange
A single range of characters represented by arbitrary bytes.
ClassUnicode
A set of characters represented by Unicode scalar values.
ClassUnicodeRange
A single range of characters represented by Unicode scalar values.
Hir
A high-level intermediate representation (HIR) for a regular expression.
RegexTranslation

Enums§

Class
The high-level intermediate representation of a character class.
HirKind
The kind of an arbitrary Hir expression.
Literal
The high-level intermediate representation of a literal.
RepetitionKind
The kind of a repetition operator.
RepetitionRange
The kind of a counted repetition operator.