Skip to main content

cache_dir

Function cache_dir 

Source
pub fn cache_dir() -> PathBuf
Expand description

Platform-aware cache directory.

  • Linux: $XDG_CACHE_HOME or ~/.cache
  • macOS: ~/Library/Caches
  • Windows: %LOCALAPPDATA%