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§
- Chunk
Iter - Iterator that yields serialized database chunks.
Traits§
- Chunked
Writer - A trait for exporting data in chunks.