pub fn read_line<'a>(s: &mut &'a str) -> PResult<&'a str>
Expand description

Read a new line including eol (\n) or consume the rest if there is no eol char.