From f6cdc4cd31d0432e1039c4ee051b6f1f317d7ab4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 3 Aug 2025 05:18:16 +0200 Subject: [PATCH] README: add link to docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58256a6..a741b15 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Docs](https://img.shields.io/badge/docs-blue?style=for-the-badge&logo=rust)](https://pages.pvv.ntnu.no/Projects/rtkit-client-rs/main/docs/rtkit_client_rs/) + # rtkit-client-rs Small implementation of the rtkit dbus interface in rust. @@ -6,4 +8,4 @@ This interface lets you request real-time scheduling for one or more threads. ## Usage -See the examples directory. \ No newline at end of file +See the examples directory.