pub fn user_config_dir() -> Option<PathBuf>Expand description
Returns the path to the user configuration directory.
On Windows, use, e.g., C:\Users\Alice\AppData\Roaming
On Linux and macOS, use XDG_CONFIG_HOME or $HOME/.config, e.g., /home/alice/.config.