pub fn parse_env_lines(input: &str) -> Vec<(String, String)>
Parse KEY=VALUE lines (with optional export prefix and quote stripping).
export
Useful for importing from .env files or shell config exports.
.env