22 releases

Uses old Rust 2015

0.2.2 Feb 7, 2018
0.2.1 Oct 10, 2017
0.2.0 Sep 29, 2017
0.1.19 Sep 13, 2017
0.1.7 Jun 29, 2017

#2479 in Database interfaces

26 downloads per month

MIT license

395KB
10K SLoC

mon

Rust driver for MongoDB

Based on zonyitoo/bson-rs and mongodb-labs/mongo-rust-driver-prototype


lib.rs:

MongoDB Rust Driver

You can connent your MongoDB through mon. But the API can change at any time, please be careful to use in the production environment.

This driver currently only supports MongoDB 3.2.x, MongoDB 3.4.x and the updated version.

Installation

Dependencies

The driver is avaliable on crates.io. You can add mon package to your Cargo.toml:

[dependencies]
mon = "0.1"

Then, import the mon library within your code.

#[macro_use]
extern crate mon;

Dependencies

~7–17MB
~291K SLoC