Crate spinoso_regexp

source ·

Structs§

  • Error that indicates an argument parsing or value logic error occurred.
  • A Config represents the parsed, expanded, and normalized pattern and options used to initialize a Regexp.
  • An iterator that yields a debug representation of a Regexp as a sequence of chars.
  • Configuration options for Ruby Regexps.
  • Error that indicates a Regexp was malformed at runtime.
  • A Source represents the literal contents used to construct a given Regexp.
  • Container for Ruby VM-level Regexp engine state.
  • Error that indicates a given Regexp pattern could not be parsed when given as a /.../ literal in Ruby source code.

Enums§

  • The encoding of a Regexp literal.
  • Sum type of all errors possibly returned from Regexp APIs.
  • The state of a Regexp engine flag in Options.

Constants§

Functions§