pub const PAGE_SIZE: usize = 4096;
Page size in bytes. Fixed at 4 KiB for format version 0 (see docs/format.md). Parameterising this is deferred to a future milestone; the header reserves the byte for it.
docs/format.md