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.
InMemoryCoordinationGuard
Guard that releases leadership when dropped.
InMemoryEventStore
InMemoryProjectorCoordinator
In-memory projector coordinator for single-process deployments.

Enums§

InMemoryCoordinationError
Error type for in-memory coordinator operations.