Skip to main content

INDEX_VERSION

Constant INDEX_VERSION 

Source
pub const INDEX_VERSION: u32 = 2;
Expand description

Current index format version. Increment this when the on-disk index format changes. v2: switched serialization from JSON to bincode for faster save/load.