mongo-es 0.1.0

A MongoDB implementation of the cqrs-es event store.
Documentation
1
2
3
4
5
pub use crate::event_repository::*;
pub use crate::types::*;

mod event_repository;
mod types;