Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/4ldo2/ioprio-rs
- Owner: 4lDO2
- License: mit
- Created: 2021-01-08T10:08:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T18:48:35.000Z (over 3 years ago)
- Last Synced: 2024-10-13T14:29:12.107Z (about 1 month ago)
- Topics: io-priority, io-uring, ioprio, linux, linux-syscall, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.