Skip to main content

ENTRY_HEADER_SIZE

Constant ENTRY_HEADER_SIZE 

Source
pub const ENTRY_HEADER_SIZE: usize = 65;
Expand description

Size of serialized Entry (without blocks): 1 + 4 + 4 + 4 + 8 + 4 + 32 + 4 + 4 = 65 bytes Plus num_blocks * BLOCK_SIZE bytes of block data