Skip to main content

find_package_source

Function find_package_source 

Source
pub fn find_package_source(
    name: &str,
    project_root: &Path,
    cache: &PackageCache,
) -> Option<PathBuf>
Expand description

Find the source directory for an installed package. Checks path deps first, then cache.