pub fn find_duplicate_handlers(
src_dir: &Path,
) -> Result<BTreeMap<String, Vec<PathBuf>>, Error>Expand description
Scan a source directory and return every (kind, name) pair that appears in more than one file.
Map key is "kind:name", value is the list of file paths.