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