pub const FORMAT_VERSION: u32 = 1;Expand description
Version of the export directory’s own layout, carried in the manifest.
Separate from the op log’s format_version, which the manifest also
records: a change to how this directory is arranged is not a change to
the entries inside it, and conflating the two would make either
version bump imply the other.