alpm_parsers::custom_ini::parser

Function key_value

source
fn key_value<'s>(input: &mut &'s str) -> PResult<(&'s str, &'s str)>
Expand description

Parse a single key value pair. The delimiter includes two surrounding spaces, i.e. =.

ยงExamples

key = value