7 releases

Uses old Rust 2015

0.1.3 Aug 11, 2016
0.1.2 Aug 11, 2016
0.1.1 Feb 9, 2016
0.1.0 Dec 23, 2015
0.0.3 Apr 23, 2015

#512 in Unix APIs

Download history 121/week @ 2023-12-15 43/week @ 2023-12-22 201/week @ 2023-12-29 195/week @ 2024-01-05 112/week @ 2024-01-12 240/week @ 2024-01-19 234/week @ 2024-01-26 360/week @ 2024-02-02 245/week @ 2024-02-09 171/week @ 2024-02-16 203/week @ 2024-02-23 224/week @ 2024-03-01 261/week @ 2024-03-08 312/week @ 2024-03-15 263/week @ 2024-03-22 291/week @ 2024-03-29

1,160 downloads per month

MIT license

15KB
329 lines

scheduler

Minimal bindings for working with the linux scheduler.

Currently only binds:

  • sched_setscheduler
  • sched_getscheduler
  • setpriority
  • getpriority
  • sched_setaffinity
  • sched_getaffinity

lib.rs:

Bindings to sched.h and sys/resource.h

Just enough to set the scheduler priority.

Dependencies

~0–9MB
~49K SLoC