From 2fdc5e95e2fe9825dae9012b218de505ab4e4ec5 Mon Sep 17 00:00:00 2001 From: Luke Wilson Date: Mon, 31 Dec 2018 20:17:52 -0600 Subject: [PATCH] Badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6e0a6c..ef27728 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![](https://img.shields.io/crates/l/rsc.svg) ![](https://img.shields.io/crates/dv/rsc.svg) + **RSC is a handwritten scientific calculator for turning an equation inside a string into a result.** RSC is designed to be very lightweight and have as few dependencies as possible. It has the goal of just doing a single thing really well, and enabling anyone to extend it with more features. RSC is also designed with the goal to not become bloated software. **RSC will not receive frequent updates, but that does not mean it is old or unmaintained.** That being said, RSC may still receive internal updates with relation to speed or resource usage.