Skip to main content

parse_key_value

Function parse_key_value 

Source
pub fn parse_key_value(token: &str) -> (String, String)
Expand description

Parses a key:value token into its key and value parts. If the value is wrapped in double quotes, they are stripped.