Skip to main content

data_dir

Function data_dir 

Source
pub fn data_dir() -> Result<PathBuf>
Expand description

Returns the platform-appropriate data directory for ant.

  • Linux: ~/.local/share/ant
  • macOS: ~/Library/Application Support/ant
  • Windows: %APPDATA%\ant