Expand description

An in memory implementation of EventStore.

This is useful for testing, but is not recommended for production as the data does not persist to disk.

Events are stored in a Vec<EventRecord>.

Structs

An event record.

An in memory event store.

Enums

Error enum.