pub fn load() -> DiffloreConfigExpand 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_pairsunderstands the smallkey = "value"subset we ship.