pub(crate) fn parse_key_val(s: &str) -> Result<(String, String), String>
Parse a KEY=VALUE pair (value may contain further =).
KEY=VALUE
=