Skip to content

A simple Rust crate for managing Linux I/O priorities.

License

Notifications You must be signed in to change notification settings

4lDO2/ioprio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioprio-rs

A crate for managing Linux I/O priorities, either globally for one or more processes, or in advanced interfaces such as io_uring and Linux AIO. It allows setting the ioprio field of io_uring SQE:s directly when the iou Cargo feature is enabled.