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

#561 in Unix APIs

Download history 333/week @ 2024-07-22 321/week @ 2024-07-29 315/week @ 2024-08-05 298/week @ 2024-08-12 271/week @ 2024-08-19 299/week @ 2024-08-26 215/week @ 2024-09-02 321/week @ 2024-09-09 193/week @ 2024-09-16 271/week @ 2024-09-23 147/week @ 2024-09-30 247/week @ 2024-10-07 323/week @ 2024-10-14 252/week @ 2024-10-21 224/week @ 2024-10-28 243/week @ 2024-11-04

1,054 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–6MB
~34K SLoC