//! atomr-persistence-mongodb. akka.net: `Akka.Persistence.MongoDB`.
//!
//! Stores events in a MongoDB collection keyed by `(persistence_id,
//! sequence_nr)` with a unique compound index. Snapshots live in a
//! sibling collection with the same compound key.
pub use MongoConfig;
pub use ;
pub use MongoJournal;
pub use MongoSnapshotStore;