fn key_value<'s>(input: &mut &'s str) -> PResult<(&'s str, &'s str)>
Parse a single key value pair. The delimiter includes two surrounding spaces, i.e. =.
=
key = value