Crates.io | ioprio |
lib.rs | ioprio |
version | 0.2.0 |
source | src |
created_at | 2021-01-08 10:20:21.435183 |
updated_at | 2021-06-08 18:48:48.901261 |
description | A Linux-only crate for managing I/O priorities |
homepage | |
repository | https://github.com/4lDO2/ioprio-rs |
max_upload_size | |
id | 334271 |
size | 13,885 |
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.