oak-csv 0.0.11

High-performance incremental CSV parser for the oak ecosystem with flexible configuration, optimized for data parsing and tabular data processing.
Documentation
1
2
3
use crate::language::CSV_LANG;
/// A CSV lexer.
pub type CsvLexer = oak_dsv::lexer::DsvLexer<CSV_LANG>;