ioprio 0.1.0

A Linux-only crate for managing I/O priorities
docs.rs failed to build ioprio-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ioprio-0.2.0

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.