Skip to main content

Module memory

Module memory 

Source
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ยง

InMemoryEventLog
In-memory implementation of the EventLog trait