Skip to main content

MAGIC

Constant MAGIC 

Source
pub const MAGIC: &[u8; 6] = b"SOMA1\0";
Expand description

Frame magic: the first six bytes of every SOMA1-encoded value. Public so stores can sniff a blob’s format without decoding it.