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

#559 in Unix APIs

Download history 194/week @ 2024-11-17 215/week @ 2024-11-24 364/week @ 2024-12-01 434/week @ 2024-12-08 170/week @ 2024-12-15 79/week @ 2024-12-22 110/week @ 2024-12-29 276/week @ 2025-01-05 270/week @ 2025-01-12 264/week @ 2025-01-19 260/week @ 2025-01-26 355/week @ 2025-02-02 391/week @ 2025-02-09 538/week @ 2025-02-16 503/week @ 2025-02-23 364/week @ 2025-03-02

1,848 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–6.5MB
~32K SLoC