Initial commit

This commit is contained in:
2024-11-22 21:20:05 +01:00
commit 184db38954
10 changed files with 1175 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# rtkit-client-rs
Small implementation of the rtkit dbus interface in rust.
This interface lets you request real-time scheduling for one or more threads.
## Usage
See the examples directory.