From 6395d5353beae7e53b6f1cf293c74286595d2114 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 20 Mar 2019 12:07:02 +0200 Subject: [PATCH] Add more badges + Add project status WIP badge + Add crates.io badge * Make version in docs badge automatic Implements #10 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d8f6a..83578ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # evalexpr -[![docs](https://docs.rs/evalexpr/badge.svg?version=0.4.4 "docs")](https://docs.rs/evalexpr) +[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) +[![](http://meritbadge.herokuapp.com/evalexpr)](https://crates.io/crates/evalexpr) +[![](https://docs.rs/evalexpr/badge.svg)](https://docs.rs/evalexpr) Evalexpr is an expression evaluator in Rust. It has a small and easy to use interface and can be easily integrated into any application.