alpm_parsers::custom_ini::parser

Function line

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

Parse a single line consisting of a key value pair, followed by 0 or more newlines.