1pub const NULL_BYTE: u8 = 0xFE; 2pub const ROW_TERM_BYTE: u8 = 0xFD; 3pub const VALUE_TERM_BYTE: u8 = 0xFF;