summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-27 20:54:49 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-27 20:54:49 +0100
commit24daa3554eb5e2f76dfdba1393e9155b28bc2f53 (patch)
tree9c0b2523c5f0e5e38831cf9d8620a8233794e0cc
parentc0dd1f70403cfde64aa70120cc0483258d3b3f25 (diff)
downloadcharlcd-24daa3554eb5e2f76dfdba1393e9155b28bc2f53.tar.gz
charlcd-24daa3554eb5e2f76dfdba1393e9155b28bc2f53.zip
README: add badges
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d96972d..8e5efd5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
A rust crate to interact with the mainline Linux charlcd.c driver.
+[![crates.io](https://img.shields.io/crates/v/charlcd.svg)](https://crates.io/crates/charlcd)
+[![crates.io](https://img.shields.io/crates/l/charlcd.svg)](https://crates.io/crates/charlcd)
+
Or, said boldly: _a crate to **correctly** interact with HD44780 LCD
screens on embedded Linux devices_.