Skip to main content

MAGIC

Constant MAGIC 

Source
pub const MAGIC: [u8; 4];
Expand description

On-disk magic for the .bf module format (see design notes §32). Chosen so a corrupted/truncated file is rejected in the first 4 bytes rather than partway through decoding.