Skip to main content

load

Function load 

Source
pub fn load() -> DiffloreConfig
Expand description

Read <config_home>/config.toml. Missing or unreadable files yield DiffloreConfig::default(). We deliberately avoid pulling in serde

  • toml just for one key; parse_kv_pairs understands the small key = "value" subset we ship.