mongodb 0.2.3

A native MongoDB driver developed under MongoDB labs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[macro_use(bson, doc)]
extern crate bson;
extern crate mongodb;
extern crate nalgebra;
extern crate rand;
extern crate serde_json;

mod apm;
mod auth;
mod client;
mod json;
mod sdam;
mod server_selection;
#[cfg(feature = "ssl")]
mod ssl;