scx-upstream/scheds/rust/README.md
Jordan Rome 5bacefcdbe Add README files for each rust scheduler
This because each scheduler has it's own Rust Crate
and it's better if they had a README associated with each one.

https://crates.io/crates/scx_layered
2024-01-04 07:35:44 -08:00

18 lines
507 B
Markdown

RUST SCHEDULERS
===============
# Introduction
This directory contains schedulers with user space rust components.
The README in each scheduler directory provides some background and describes
the types of workloads or scenarios they're designed to accommodate. For more
details on any of these schedulers, please see the header comment in their
main.rs or \*.bpf.c files.
# Schedulers
- [scx_layered](scx_layered/README.md)
- [scx_rusty](scx_rusty/README.md)
- [scx_rustland](scx_rustland/README.md)