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
pub mod parser;
pub(crate) mod number_parser;