pub async fn find_packages_for_purls(
partitioned: &HashMap<Ecosystem, Vec<String>>,
options: &CrawlerOptions,
silent: bool,
) -> HashMap<String, PathBuf>Expand description
For each ecosystem in the partitioned map, create the crawler, discover
source paths, and look up the given PURLs. Returns a unified
purl -> path map.