Please run cargo doc --open
to create and open the documentation.
Your job is:
- Implement the schedulers in the
scheduler
crate in the folderscheduler/src/schedulers
. - Export the scheduler in the
scheduler/src/lib.rs
file using the three functionsround_robin(...)
priority_queue(...)
cfs(...)
- Test them using the
runner
crate by using them inrunner/src/main.rs
.