tokio-rs/io-uring
The `io_uring` library for Rust observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2518
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1719 stars · 198 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library providing a safe, low-level interface to the Linux io_uring asynchronous I/O kernel API. It exposes submission and completion queues with opcodes for file and network operations.
Use cases
- perform asynchronous file I/O in Rust on Linux
- build a high-performance async runtime on io_uring
- do async network I/O with io_uring
- reduce syscall overhead for I/O-heavy workloads
- write low-level io_uring opcodes from Rust
When to choose
- you need direct, low-level control over Linux io_uring from Rust
- you are building an async runtime or I/O library on io_uring
- your project targets Linux kernel 5.6+ and needs maximum I/O performance
When to avoid
- you need cross-platform async I/O (Linux-only API)
- you want a high-level async runtime rather than raw io_uring bindings
- your target kernel is older than 5.1 (or 5.6 for full opcode support)
Facets
library · maturity stable
concurrency file-system networking developer-tools operating-systems developer-tools performance rust io-uring async-io kernel-interface low-level bindings linux
2 sources
- readme: https://github.com/tokio-rs/io-uring · fetched 2026-08-28 · 01bd2bc24ae5
- registry_crates: https://crates.io/api/v1/crates/io-uring · fetched 2026-08-29 · 54dfb9522d68
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tokio-rs/io-uring | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="tokio-rs/io-uring")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem