Skip to main content

Module scan

Module scan 

Source
Expand description

Shared provider-scan primitives for the usage and analysis roll-ups.

Both features discover the same provider sources, parse each one, and record the same candidate / parsed / failure diagnostics. This module owns the parts that do not depend on which feature is folding: the unified ScanDiagnostics result type and the dedicated scan thread pool.

Structs§

ScanDiagnostics
Candidate, success, and failure counts for one scan.
ScanFailure
One independently readable source that could not be collected.

Functions§

build_scan_pool
Builds the dedicated Rayon pool used by CLI scans.