Skip to main content

step

Function step 

Source
pub fn step(
    state: &mut ParseState,
    style: &mut Style,
    hyperlink: &mut Option<String>,
    byte: u8,
) -> ParseStep
Expand description

Apply one input byte to the state machine. style and hyperlink are updated in place when relevant sequences complete.