Constant FORMAT_VERSION
const FORMAT_VERSION: u16 = 1;Available on crate feature
alloc only.Expand description
Current on-disk journal format version. Bump on any change older readers cannot handle, including adding an op code (ops are not self-delimiting).
A version that still reads older formats must migrate on load (compact to a current-version snapshot); writers refuse a non-current header.