From 7548397597c3e0175c4f8b83637b86fc1eac6afa Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sat, 16 Sep 2017 18:30:16 -0400 Subject: [PATCH] add a docs badge and a docs.rs link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a24d25da..41dd8ba9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rust-Crypto -[![Build Status](https://travis-ci.org/DaGenix/rust-crypto.png?branch=master)](https://travis-ci.org/DaGenix/rust-crypto) +[![Build Status](https://travis-ci.org/DaGenix/rust-crypto.png?branch=master)](https://travis-ci.org/DaGenix/rust-crypto) [![docs.rs](https://docs.rs/rust-crypto/badge.svg)](https://docs.rs/rust-crypto) A (mostly) pure-Rust implementation of various common cryptographic algorithms. @@ -14,6 +14,8 @@ If you are having issues while using an older version, please try upgrading to t Rust-Crypto has not been thoroughly audited for correctness, so any use where security is important is not recommended at this time. +[Documentation on docs.rs](https://docs.rs/rust-crypto) + ## Usage To use Rust-Crypto, add the following to your Cargo.toml: