pub fn find_candidates(root: &Path, config: &Config) -> Result<Vec<PathBuf>>
Collect all eligible files under root. If root is a single .rs file, it is the only candidate (subject to the same threshold).
root
.rs