Crate eventcore_memory

Source
Expand description

In-memory adapter for EventCore event sourcing library

This crate provides an in-memory implementation of the EventStore trait from the eventcore crate, useful for testing and development scenarios where persistence is not required.

Structsยง

InMemoryEventStore
Thread-safe in-memory event store for testing
InMemorySubscription
In-memory subscription implementation with full replay and checkpointing support.