Skip to main content

skip_single_quoted

Function skip_single_quoted 

Source
fn skip_single_quoted(bytes: &[u8], start: usize) -> usize
Expand description

Skip a '...' string body (with doubled-quote escape). Returns index just past the closing quote, or bytes.len() if unterminated.