pub fn crlf<I>() -> CrLf<I>where I: Stream<Item = char>,
Parses carriage return and newline, returning the newline character.