pub fn crlf_relaxed<I, E>(input: I) -> IResult<I, (Option<char>, char), E>where
    I: InputIter + Slice<RangeFrom<usize>> + Clone,
    <I as InputIter>::Item: AsChar,
    E: ParseError<I>,
Expand description

Newline, with and without “\r”.