1//! Parallel filesystem scanner 2//! 3//! High-performance scanner that finds development projects and their artifacts. 4 5mod parallel; 6 7pub use parallel::ParallelScanner;