cindex 0.5.2

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