Skip to main content

STATE_TABLE

Static STATE_TABLE 

Source
pub static STATE_TABLE: [[Transition; 11]; 19]
Expand description

The master state transition table.

STATE_TABLE[state][byte_class] yields the Transition to apply. Const-initialized at compile time — no runtime cost.