Skip to main content

config_dir

Function config_dir 

Source
pub fn config_dir() -> PathBuf
Expand description

Returns the platform-specific configuration directory for ccalc.

On Linux/macOS this is typically ~/.config/ccalc; on Windows %APPDATA%\ccalc. Falls back to the current directory if the platform config dir cannot be determined.