mongodb 0.1.7

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

mod json;
mod v3_0;
mod v3_2;