Function crlf

Source
pub fn crlf<I>() -> CrLf<I>
where I: Stream<Item = char>,
Expand description

Parses carriage return and newline, returning the newline character.