Crate thalo_inmemory

Crate thalo_inmemory 

Source
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§

EventRecord
An event record.
InMemoryEventStore
An in memory event store.

Enums§

Error
Error enum.