Introducing Oplog
The initial release of my first Rust crate: Oplog, a library for iterating over a MongoDB replica set oplog as if it were a collection of statically typed operations.
This first release exposes the following public types:
oplog::Operation
: an enum of supported oplog operations;oplog::Oplog
: an iterable representation of an oplog;oplog::OplogBuilder
: a builder for creating filteredOplog
s.
Full API documentation can be found at http://mudge.name/oplog