Skip to main content

FEATURE_FLAGS_KNOWN

Constant FEATURE_FLAGS_KNOWN 

Source
pub const FEATURE_FLAGS_KNOWN: u32 = _; // 3u32
Expand description

Mask of all feature_flags bits this build understands. Any bit set in the on-disk header but NOT in this mask is rejected at open time with Error::InvalidFormat: an unknown flag might change how subsequent bytes are interpreted, and a reader that does not know what it means MUST refuse to guess.