From 52b081272c5e58862eac0f6f3b31435020f9f1c7 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sat, 23 Jan 2016 17:41:17 +0100 Subject: [PATCH] Add link to documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cdf684..6e0c5a4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Bson encoding and decoding is handled by the [bson crate](https://github.com/zon The API should still be considered experimental, but I'm not expecting changes at the moment. +[Documentation](http://thijsc.github.io/mongo-rust-driver/mongo_driver/) + ## Compatibility The driver currently only builds on Unix, tested on Mac Os X and Linux so far. It's compatible with MongoDB 2.4 up to 3.2 and