pub fn parse_with_env( input: &str, env: &HashMap<String, String>, ) -> Result<Config, HoconError>
Parse a HOCON string with a custom environment variable map.