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
10
pub(crate) mod utf8;
pub(crate) mod latin1;
pub(crate) mod windows1252;
pub(crate) mod windows1251;
pub(crate) mod latin2;
pub(crate) mod latin9;
pub(crate) mod koi8r;
pub(crate) mod shiftjis;
pub(crate) mod gbk;
pub(crate) mod big5;