From 53213dbf34ae2170ce15ff2127b812c280d27c85 Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Sun, 10 Nov 2024 20:50:02 +0100 Subject: [PATCH] README: Add rust badges here for posterity Signed-off-by: Siddharth Chandrasekaran --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b86cfc..ef9a38e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # LibOSDP - Open Supervised Device Protocol Library -[![Latest Release][1]][2] [![Build CI][3]][4] [![PyPI Version][16]][12] [![PlatformIO Registry][17]][18] [![Vcpkg Version][32]][33] +[![Latest Release][1]][2] +[![Build CI][3]][4] +[![PyPI Version][16]][12] +[![PlatformIO Registry][17]][18] +[![Vcpkg Version][32]][33] +[![Crates.io libosdp version][34]][35] +[![Crates.io osdpctl version][36]][37] This is a cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP). The protocol is intended to improve @@ -254,3 +260,7 @@ Your support will ensure sustained development of LibOSDP. [31]: https://github.com/goToMain/libosdp/issues [32]: https://img.shields.io/vcpkg/v/libosdp [33]: https://vcpkg.link/ports/libosdp +[34]: https://img.shields.io/crates/v/libosdp?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp +[35]: https://crates.io/crates/libosdp +[36]: https://img.shields.io/crates/v/osdpctl?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20osdpctl&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fosdpctl +[37]: https://crates.io/crates/osdpctl