Function crlf
fn crlf<T, E: ParseError<T>>(input: T) -> crate::internal::IResult<T, T, E>
where
T: Input + Compare<&'static str>
Recognizes the string "\r\n".
Streaming version: Will return Err(nom::Err::Incomplete(_)) if there's not enough input data.
Example
# use ;
# use crlf;
assert_eq!;
assert_eq!;
assert_eq!;