From 377cbd3615747ca4c5a16670425ca02251ff84a1 Mon Sep 17 00:00:00 2001 From: Andelf Date: Fri, 27 Oct 2023 21:36:20 +0800 Subject: [PATCH] feat(docs): badges --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0172401..03ef641 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # ch58x-hal +[![Crates.io][badge-license]][crates] +[![Crates.io][badge-version]][crates] +[![docs.rs][badge-docsrs]][docsrs] + +[badge-license]: https://img.shields.io/crates/l/ch58x-hal?style=for-the-badge +[badge-version]: https://img.shields.io/crates/v/ch58x-hal?style=for-the-badge +[badge-docsrs]: https://img.shields.io/docsrs/ch58x-hal?style=for-the-badge +[crates]: https://crates.io/crates/ch58x-hal +[docsrs]: https://docs.rs/ch58x-hal + HAL for the CH58x RISC-V BLE microcotrollers from WCH. This crate is under random and active development. DO NOT USE in production.