Ross ROSS = Recommend OSS · open-source software intelligence for agents

tokio-rs/tokio-uring

An io_uring backed runtime for Rust observed · 2026-08-28

github.com/tokio-rs/tokio-uring · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

36/100

  • Activity 30
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1982
  • days_rel: n/a
  • days_push: 422
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1492 stars · 163 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tokio-uring is a Rust library that provides an io_uring-backed runtime compatible with the Tokio ecosystem, exposing new resource types (starting with file and network operations) driven by Linux's io_uring interface. Any library that works with Tokio also works with tokio-uring, but I/O is submitted to and completed by the kernel via io_uring for high-performance asynchronous I/O.

Use cases

  • perform async file I/O with io_uring in Rust
  • use io_uring with the Tokio async runtime
  • high-performance non-blocking disk reads and writes on Linux
  • reduce syscall and blocking overhead in async I/O-heavy servers
  • run Tokio-compatible code with an io_uring driver
  • build low-latency filesystem or network I/O in Rust

When to choose

  • you need maximum I/O performance on Linux and can require a recent kernel with io_uring support
  • you are already in the Tokio ecosystem but want io_uring-backed filesystem or network resources
  • you are building I/O-bound services (storage, proxies, servers) where async file operations are a bottleneck

When to avoid

  • you need portability to macOS, Windows, or BSD since io_uring is Linux-only
  • you must support older kernels, as very recent kernel versions are required
  • you need a fully mature, broad API surface - the project focuses on filesystem and network operations first and is still young

Facets

library · maturity active

concurrency file-system networking backend performance operating-systems files rust io-uring async-runtime tokio asynchronous-io nonblocking-io high-performance-io filesystem-io linux

2 sources

Member repositories

RepositoryRoleHealth v2
tokio-rs/tokio-uringmain36

For agents

markdown · JSON · MCP: product_card(name="tokio-rs/tokio-uring")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem