Skip to main content

parse_env_file

Function parse_env_file 

Source
pub fn parse_env_file(path: &Path) -> Vec<(String, String)>
Expand description

KEY=VALUE lines from a .env file; malformed lines are skipped the same way systemd’s EnvironmentFile= skips them.