pub fn load_env_prefix(prefix: &str) -> Result<ConfigMap>Expand description
Load environment variables starting with prefix.
The returned keys have the prefix stripped.
Key normalization:
__becomes.(common for nested keys)
ยงErrors
Returns an error if prefix is empty/whitespace.