mongo-es 0.1.0

A MongoDB implementation of the cqrs-es event store.
Documentation
1
2
3
const DEFAULT_EVENT_COLLECTION: &str = "events";

pub struct MongoEventRepository {}