pub const FORMAT_MAJOR: u16 = 1;Expand description
Format major version implemented by this build.
Phase 8 (issue #17): bumped from 0 to 1 for the v1.0 freeze.
Every new database the v1.0.0 writer creates stamps
format_major = 1 on page 0. Readers accept format_major ∈ {0, 1} so pre-1.0 (0.x-era) databases continue to open
without a migration tool; see SUPPORTED_FORMAT_MAJORS
(crate-private).