pub fn parse_assignment(text: &str) -> Result<(String, String), String>
Split name=value text into its parts.
name=value