Crate eventcore_memory

Crate eventcore_memory 

Source
Expand description

In-memory event store implementation for testing.

This module provides the InMemoryEventStore - a lightweight, zero-dependency storage backend for EventCore integration tests and development.

Structsยง

InMemoryCheckpointError
Error type for in-memory checkpoint store operations.
InMemoryCheckpointStore
In-memory checkpoint store for tracking projection progress.
InMemoryEventStore