Skip to main content

Module width

Module width 

Source
Expand description

The Width type and the node_width convenience constructor.

The actual computation lives on crate::ast::Regex via Regex::min_width and Regex::max_width.

Structs§

Width
The range of character widths a pattern can match.

Functions§

node_width
Build a Width from a parsed Regex node.