Expand description
Parallel file scanning using Rayon.
When scanning large codebases the I/O and parsing work can be distributed
across multiple threads. This module provides a thin wrapper around
rayon that parallelizes the per-file matching step.
Structs§
- File
Result - Result of scanning a single file in parallel.
Functions§
- scan_
files_ parallel - Scan a batch of files in parallel using Rayon’s thread pool.