Add more badges

+ Add project status WIP badge
 + Add crates.io badge
 * Make version in docs badge automatic

Implements #10
This commit is contained in:
Sebastian Schmidt 2019-03-20 12:07:02 +02:00
parent 58e8603194
commit 6395d5353b

View File

@ -1,6 +1,8 @@
# evalexpr # 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. Evalexpr is an expression evaluator in Rust.
It has a small and easy to use interface and can be easily integrated into any application. It has a small and easy to use interface and can be easily integrated into any application.