pub const PACK_MAGIC: &[u8; 8] = b"KHORAPK\0";
8-byte magic prefix that identifies a Khora pack archive on disk.
Trailing NUL keeps it printable in od -c / hex dumps. Persisted as raw bytes — endianness-independent.
od -c