Function abnf_core::streaming::CRLF[][src]

pub fn CRLF(input: &[u8]) -> IResult<&[u8], &[u8]>

Internet standard newline

CRLF = CR LF