1pub const LTSV_FIELD_SEPARATOR_DEFAULT: char = '\t'; 2pub const LTSV_VALUE_SEPARATOR_DEFAULT: char = ':'; 3 4pub const JSONL_NEWLINE_BYTE_DEFAULT: u8 = b'\n'; 5 6pub mod ltsv2json;