pub const DELIMITER: u8 = 0x00;
The COBS frame delimiter: a single zero byte, the one value the encoding removes from the payload so it can mark a frame boundary unambiguously.