1use crate::language::TSV_LANG; 2/// A TSV parser. 3pub type TsvParser = oak_dsv::parser::DsvParser<TSV_LANG>;