Skip to main content

SEP

Constant SEP 

Source
pub const SEP: u8 = b'\xFF';
Expand description

Byte separating records in the compact database format.

The value is intentionally invalid UTF-8, so it cannot occur inside a valid encoded string. Container state emits it at automatic record boundaries, while Separator emits it explicitly.