Skip to main content

FORMAT_VERSION

Constant FORMAT_VERSION 

Source
pub const FORMAT_VERSION: u32 = 4;
Expand description

The on-disk format’s version.

Bumped when the encoding changes. Because it feeds the key, an old file simply misses rather than being misread — the cache is disposable, so a format change costs one cold run and needs no migration.