Crate cfg_regex

Source

Structs§

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

Enums§

  • The high-level intermediate representation of a character class.
  • The kind of an arbitrary Hir expression.
  • The high-level intermediate representation of a literal.
  • The kind of a repetition operator.
  • The kind of a counted repetition operator.