Module util

Module util 

Source
Available on crate feature regex-automata only.

Modules§

alphabet
This module provides APIs for dealing with the alphabets of finite state machines.
captures
Provides types for dealing with capturing groups.
escape
Provides convenience routines for escaping raw bytes.
interpolate
Provides routines for interpolating capture group references.
iter
Generic helpers for iteration of matches from a regex engine in a haystack.
lazy
A lazily initialized value for safe sharing between threads.
look
Types and routines for working with look-around assertions.
pool
A thread safe memory pool.
prefilter
primitives
Lower level primitive types that are useful in a variety of circumstances.
start
Provides helpers for dealing with start state configurations in DFAs.
syntax
Utilities for dealing with the syntax of a regular expression.
wire
Types and routines that support the wire format of finite automata.