csv_lib 1.0.7

Library for parsing CSV files using memory-mapped I/O, with low alloc, and AVX2/NEON support
Documentation
1
2
3
4
5
6
7
8
9
pub mod csv_config;
pub mod csv_error;
pub mod platform_info;
pub mod in_row_iter;
pub mod row;
pub mod field;
pub mod shared;
pub mod worker;
mod editable_persist;