Skip to main content

scan_complete

Function scan_complete 

Source
pub fn scan_complete(
    text: &str,
    dialect: Option<&DialectSpec>,
) -> Option<String>
Expand description

One-shot scan of a complete (non-streaming) text for residue markers.

Same marker set as ResidueScanner; chunk safety is trivially satisfied because the whole text is one window.