Skip to main content

COMPACT_MAGIC

Constant COMPACT_MAGIC 

Source
pub const COMPACT_MAGIC: [u8; 3];
Expand description

Magic + version prefix for the compact binary wire format. F B 1 = Fib Binary v1. Any decoder that sees a different magic should reject the payload as corrupt.