fn make_case_insensitive_and_normalized_env(
    env: &HashMap<OsString, OsString>
) -> (HashMap<String, String>, HashMap<String, String>)
Expand description

Generate case_insensitive_env and normalized_env from the env.