Skip to main content

scan

Function scan 

Source
pub fn scan<W: Write>(
    opts: &ScanOptions,
    writer: &mut W,
) -> Result<(), ScanError>
Expand description

Walk opts.roots and write one NDJSON line per file to writer.