Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<BTreeMap<String, String>>
Expand description

Load KEY=VALUE pairs from path into a map.

ยงErrors

Returns HortoError::Message when the file cannot be read.