1 2 3 4 5
//! End of line. pub const CRLF: &str = "\r\n"; pub const LF: &str = "\n"; pub const CR: &str = "\r";