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

#556 in Unix APIs

Download history 252/week @ 2024-10-12 340/week @ 2024-10-19 198/week @ 2024-10-26 232/week @ 2024-11-02 275/week @ 2024-11-09 203/week @ 2024-11-16 221/week @ 2024-11-23 313/week @ 2024-11-30 476/week @ 2024-12-07 181/week @ 2024-12-14 82/week @ 2024-12-21 102/week @ 2024-12-28 266/week @ 2025-01-04 275/week @ 2025-01-11 273/week @ 2025-01-18 251/week @ 2025-01-25

1,102 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
~33K SLoC