From 6925118d15738cc9cb98e18d18152c7c79ec3ed4 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sat, 19 Dec 2015 20:41:22 +0100 Subject: [PATCH] Add Travis badge and tweak readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad02a8f..e20a58b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Mongo Rust Driver +[![Build Status](https://travis-ci.org/thijsc/mongo-rust-driver.svg)](https://travis-ci.org/thijsc/mongo-rust-driver) + ## About Mongo Rust driver built on top of the [Mongo C driver](https://github.com/mongodb/mongo-c-driver). -This drivers aims to be a thin wrapper around the production-ready C driver, while providing a safe -and ergonomic Rust interface that handles all the gnarly usage details of the C driver for you. +This driver is a thin wrapper around the production-ready C driver that provides a safe and ergonomic Rust interface which handles all the gnarly usage details of the C driver for you. -Bson encoding and decoding is handled by the [bson crate](https://github.com/zonyitoo/bson-rs), the bindings -are based on generated bindings by [bindgen](https://github.com/crabtw/rust-bindgen). +Bson encoding and decoding is handled by the [bson crate](https://github.com/zonyitoo/bson-rs), the bindings are based on generated bindings by [bindgen](https://github.com/crabtw/rust-bindgen). The API should still be considered experimental, but I'm not expecting changes at the moment.