Module chunking

Module chunking 

Source
Expand description

Storage chunking logic. Storage chunking logic for incremental persistence.

This module provides the ChunkedWriter trait and implementation to serialize the database into small, manageable chunks suitable for environment-constrained I/O (e.g., IndexedDB in browsers).

Structs§

ChunkIter
Iterator that yields serialized database chunks.

Traits§

ChunkedWriter
A trait for exporting data in chunks.