RECORD_FORMAT_VERSION

Constant RECORD_FORMAT_VERSION 

Source
pub const RECORD_FORMAT_VERSION: u32 = 1;
Expand description

The current format version for recorded test runs.

Increment this when making breaking changes to the archive structure or event format. Readers should check this version and refuse to read archives with a different version.