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/tests/tests.rs

16 lines
234 B
Rust

extern crate mongo_driver;
extern crate chrono;
#[macro_use]
extern crate bson;
mod bson_encode_decode;
mod bulk_operation;
mod client;
mod collection;
mod cursor;
mod database;
mod flags;
mod read_prefs;
mod uri;
mod write_concern;