[][src]Function fixed_buffer::deframe_crlf

pub fn deframe_crlf(
    data: &[u8]
) -> Result<Option<(Range<usize>, usize)>, MalformedInputError>

Deframes lines that are terminated by b"\r\n". Ignores solitary b'\n'.

See read_frame.