Skip to main content

PACK_MAGIC

Constant PACK_MAGIC 

Source
pub const PACK_MAGIC: &[u8; 8] = b"KHORAPK\0";
Expand description

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.