1use crate::language::CSV_LANG; 2/// A CSV parser. 3pub type CsvParser = oak_dsv::parser::DsvParser<CSV_LANG>;