pub fn parse_env_file(path: &Path) -> Vec<(String, String)>
KEY=VALUE lines from a .env file; malformed lines are skipped the same way systemd’s EnvironmentFile= skips them.
.env