Skip to main content

split_eol

Function split_eol 

Source
pub fn split_eol(line: &str) -> (&str, &str)
Expand description

_split_eol: return (body, eol) where eol is \r\n, \n, \r or empty.