indexbus_platform_ops/linux/
mod.rs

1//! Linux-specific operational helpers.
2
3/// Host preflight checks for latency-sensitive environments.
4pub mod preflight;
5
6/// Small filesystem probes used by preflight checks.
7pub mod fs;
8
9/// Scheduler / realtime policy helpers.
10pub mod sched;