Module info

Source
Available on crate feature compiler only.
Expand description

Data produced by vectorscan to analyze a particular expression.

These structs cover the output of Expression::info() and Expression::ext_info().

Structs§

ExprInfo
Data produced by vectorscan to analyze a particular expression.
ExprWidth
The upper or lower bound for the length of any matches returned by a pattern.

Enums§

MatchAtEndBehavior
Whether this expression can produce matches at end of data (EOD).
UnorderedMatchBehavior
Whether the expression can produce matches that are not returned in order, such as those produced by assertions.