preempt-rt 0.4.0

A lightweight Rust library for using the kernel's PREEMPT_RT scheduling functionality
Documentation
[dependencies.libc]
features = ["extra_traits"]
version = "0.2.174"

[dependencies.thiserror]
version = "2.0.12"

[features]

[lib]
name = "preempt_rt"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight Rust library for using the kernel's PREEMPT_RT scheduling functionality"
edition = "2024"
license = "MIT"
name = "preempt-rt"
readme = "README.md"
version = "0.4.0"