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

#528 in Unix APIs

Download history 274/week @ 2024-03-13 304/week @ 2024-03-20 269/week @ 2024-03-27 256/week @ 2024-04-03 371/week @ 2024-04-10 297/week @ 2024-04-17 365/week @ 2024-04-24 563/week @ 2024-05-01 221/week @ 2024-05-08 240/week @ 2024-05-15 267/week @ 2024-05-22 238/week @ 2024-05-29 243/week @ 2024-06-05 344/week @ 2024-06-12 340/week @ 2024-06-19 257/week @ 2024-06-26

1,248 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–8MB
~43K SLoC