PREAMBLE_SIZE

Constant PREAMBLE_SIZE 

Source
pub const PREAMBLE_SIZE: usize = _; // 10usize
Expand description

The preamble contains the following bytes:

  • Prelude: 4 bytes,
  • Version identifier: 2 bytes,
  • Size of header: 4 bytes,
  • Totalling: 4 + 2 + 4 = 10 bytes.