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ยง
- InMemory
Event Store - Thread-safe in-memory event store for testing
- InMemory
Subscription - In-memory subscription implementation with full replay and checkpointing support.