Expand description
Public API for open_envault.
if let Ok(values) = open_envault::load_environment("dev") {
let _ = values.contains_key("EXAMPLE");
}Modules§
Functions§
- load_
environment - Discover the project rooted at the current directory, resolve
name, and decrypt + parse that environment profile into an in-memory map.