Skip to main content

Module config

Module config 

Source
Expand description

Persistent user configuration (TOML at <config_dir>/config.toml).

Edited via the browser-control set|get|unset subcommands.

Structs§

Config

Functions§

load
Load the config from disk. A missing file yields Config::default().
save
Save cfg to disk atomically.