Skip to main content

split_yaml_key_value

Function split_yaml_key_value 

Source
pub fn split_yaml_key_value(line: &str) -> Option<(String, String)>
Expand description

Splits a simple YAML mapping line on the first : outside quotes.