diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:54:49 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:54:49 +0100 |
commit | 2a21a1e6a9186c8760c0c9faaeebaf45d5f16b80 (patch) | |
tree | 8c336c94f09199e2559e7b39a7410754c5f8b7a7 | |
parent | 2d9ce227338b9fa39577e9db56c66d1e7d692541 (diff) | |
download | charlcd-2a21a1e6a9186c8760c0c9faaeebaf45d5f16b80.tar.gz charlcd-2a21a1e6a9186c8760c0c9faaeebaf45d5f16b80.zip |
README: add badges
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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_. |