pub fn load(path: &Path) -> Result<BTreeMap<String, String>>
Load KEY=VALUE pairs from path into a map.
path
Returns HortoError::Message when the file cannot be read.
HortoError::Message