Expand description
In-memory EventLog implementation
Vec-backed event log suitable for development and single-instance deployments. Events are stored in memory and lost on restart.
Structsยง
- InMemory
Event Log - In-memory implementation of the EventLog trait