load_config

Function load_config 

Source
pub fn load_config() -> Result<ConfigBuilder, ConfigError>
Expand description

Loads client options in the following order:

  1. User’s shared configuration directory (ie, XDG_CONFIG_HOME or %LOCALAPPDATA%).
  2. Current directory.
  3. Environment variables.