Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4ldo2/ioprio-rs

A simple Rust crate for managing Linux I/O priorities.
https://github.com/4ldo2/ioprio-rs

io-priority io-uring ioprio linux linux-syscall rust rust-lang

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# `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.