pub const COMPACT_V2_MAGIC: [u8; 3];Expand description
Magic + version for the v2 compact wire format with feature flags.
F B 2 = Fib Binary v2. Adds a 1-byte feature flags field
after the version byte, enabling forward-compatible extensions
(alternative norm encodings, sparse indices, etc.).