diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:59:57 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:59:57 +0100 |
commit | 7ffe818c94be4b546c2368a78447a6d6a144be2b (patch) | |
tree | 184c4109f7acc0b0aea246699f5ca72a18aa5000 | |
parent | 2a21a1e6a9186c8760c0c9faaeebaf45d5f16b80 (diff) | |
download | charlcd-7ffe818c94be4b546c2368a78447a6d6a144be2b.tar.gz charlcd-7ffe818c94be4b546c2368a78447a6d6a144be2b.zip |
README: add doc badge
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ A rust crate to interact with the mainline Linux charlcd.c driver. -[](https://crates.io/crates/charlcd) -[](https://crates.io/crates/charlcd) +[](https://crates.io/crates/charlcd) +[](https://docs.rs/charlcd) +[](https://crates.io/crates/charlcd) Or, said boldly: _a crate to **correctly** interact with HD44780 LCD screens on embedded Linux devices_. |