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.
pub fn default_package_cache_path() -> Option<PathBuf>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.