Skip to main content

encode

Function encode 

Source
pub fn encode(entry: FreeListPage, page: &mut Page)
Expand description

Encode entry into page. The page-trailer region (last PAGE_TRAILER_SIZE bytes) is left zero; the pager writes the trailer (issue #6).