mongodb 0.1.1

An experimental MongoDB driver written by MongoDB interns.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[macro_use(bson, doc)]
extern crate bson;
extern crate mongodb;
extern crate rand;
extern crate rustc_serialize;
extern crate nalgebra;

mod apm;
mod auth;
mod client;
mod json;
mod sdam;
mod server_selection;