Skip to main content

encode

Function encode 

Source
pub fn encode(state: &SnapshotState) -> Result<Vec<u8>>
Expand description

Encode a snapshot as a V8 container (mmap-able zero-copy).

V8 is the default format. V7/V6/V5 are still decoded on open.

ยงErrors

GraphError::Corrupt if any section exceeds 4 GiB.