spin_common::arg_parser

Function parse_kv

Source
pub fn parse_kv(s: &str) -> Result<(String, String)>
Expand description

Parse an argument in the form key=value into a pair of strings. The error message is specific to key-value arguments.