[](https://crates.io/crates/mongo-es)
[](https://codecov.io/gh/impierce/mongo-es)
A MongoDB implementation of the `PersistedEventRepository` trait in [cqrs-es](https://crates.io/crates/cqrs-es).
Add the following to your `Cargo.toml`:
```toml
[dependencies]
cqrs-es = "0.4.12"
mongo-es = "0.2.1"
```