pub fn default_cache_dir() -> Result<PathBuf>Expand description
Determines the default cache directory for rattler.
It first checks the environment variable RATTLER_CACHE_DIR.
If not set, it falls back to the standard cache directory provided by dirs::cache_dir()/rattler/cache.