Skip to main content

MAGIC

Constant MAGIC 

Source
pub const MAGIC: &[u8] = b"HTLB\x02";
Expand description

What a bundle of the current format starts with. Public because a reader that has bytes from somewhere — a file, an embedded slice — tells a bundle from a Lua chunk or a script by this before it decides what to do with them; Bundle::is_bundle is the same question asked of both versions at once.