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§
- Scan
Diagnostics - Candidate, success, and failure counts for one scan.
- Scan
Failure - One independently readable source that could not be collected.
Functions§
- build_
scan_ pool - Builds the dedicated Rayon pool used by CLI scans.