csvroll 0.1.0

A low-level, non-FSM, zero-copy CSV parser.
1
2
3
4
5
6
7
8
extern crate x86intrin;
extern crate rollbuf;

pub(crate) mod avx;
pub(crate) mod bit;
pub mod index_builder;
pub mod parser;
pub mod group;