CURRENT_FORMAT_VERSION

Constant CURRENT_FORMAT_VERSION 

Source
pub const CURRENT_FORMAT_VERSION: u16 = 1;
Expand description

Current file format version

This constant defines the current version of the .adapipe file format. It is used for:

  • Format version validation when reading files
  • Backward compatibility checking
  • Migration between format versions
  • Feature availability determination

Version history:

  • Version 1: Initial format with basic compression and encryption support