pub fn load() -> ConfigExpand description
Loads settings from ~/.vct/config.toml, creating it with defaults on first
run.
Infallible: any error resolving, reading, or parsing degrades to
Config::default.
pub fn load() -> ConfigLoads settings from ~/.vct/config.toml, creating it with defaults on first
run.
Infallible: any error resolving, reading, or parsing degrades to
Config::default.