default_package_cache_path

Function default_package_cache_path 

Source
pub fn default_package_cache_path() -> Option<PathBuf>
Expand description

Attempts to infer the default package cache directory from the current environment.

This simply joins DEFAULT_PACKAGES_SUBDIR to the output of dirs::cache_dir.