mon 0.1.0

Rust driver for MongoDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name          = "mon"
version       = "0.1.0"
license       = "MIT"
authors       = ["dangcheng <dangcheng@hotmail.com>"]
description   = "Rust driver for MongoDB"
keywords      = ["mongo", "mongodb", "mongodb_driver", "database", "nosql"]
documentation = "https://docs.rs/mon"
homepage      = "https://github.com/mcorce/mon"
repository    = "https://github.com/mcorce/mon"
readme        = "README.md"

[dependencies]