Initial commit

This commit is contained in:
2024-11-22 21:20:05 +01:00
commit 922e41fa10
10 changed files with 1173 additions and 0 deletions

9
README.md Normal file
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.