1 2 3 4
#[cfg(windows)] pub const LINE_ENDING: &str = "\r\n"; #[cfg(not(windows))] pub const LINE_ENDING: &str = "\n";