Skip to main content

load_environment

Function load_environment 

Source
pub fn load_environment(name: &str) -> Result<BTreeMap<String, String>>
Expand description

Discover the project rooted at the current directory, resolve name, and decrypt + parse that environment profile into an in-memory map.