You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mongo-rust-driver/src
Thijs Cadier b12196a41e Support for tailing queries
Add a tail convenience method that returns a tailing cursor
that implements the recommended way of tailing and reconnecting
in it's iterator implementation.

Also move optional arguments to separate type that can optionally be
added to the various methods.
9 years ago
..
bsonc.rs Initial version 9 years ago
client.rs Fix warnings and don't use scoped anymore 9 years ago
collection.rs Support for tailing queries 9 years ago
cursor.rs Support for tailing queries 9 years ago
database.rs Fix warnings and don't use scoped anymore 9 years ago
error.rs Initial version 9 years ago
flags.rs Support for tailing queries 9 years ago
lib.rs Fix warnings and don't use scoped anymore 9 years ago
read_prefs.rs Initial version 9 years ago
uri.rs Initial version 9 years ago
write_concern.rs Initial version 9 years ago