mongod 0.3.6

An abstraction layer on mongodb
Documentation
1
2
3
4
5
pub use self::client::{Client, ClientBuilder};
pub use self::cursor::TypedCursor;

pub mod client;
mod cursor;