mongo_sync 0.1.0

instant coding answers via the command line(just like howdoi)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[doc(hidden)]
pub mod bson_helper;
#[doc(hidden)]
pub mod full;
#[doc(hidden)]
pub mod incr;
#[doc(hidden)]
pub mod oplog_helper;
mod oplog_syncer;
#[doc(hidden)]
mod syncer;
#[doc(hidden)]
pub mod oplog_bulk;

pub use oplog_syncer::{OplogSyncer, OplogCleaner};
pub use syncer::MongoSyncer;