# tokio-rs/tokio-uring

An io_uring backed runtime for Rust

Repository: https://github.com/tokio-rs/tokio-uring
Canonical: https://ross.abutalabs.com/products/tokio-uring
Language: Rust
License: MIT
License Family: permissive
Last push: 2025-07-07T12:11:38+00:00

## Health v2 (maintenance only)
Score: 36/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 30, release rhythm 8, longevity 100
- inputs: {"age_days": 1982, "days_push": 422, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1492, forks 163 (observed 2026-08-28T04:04:52.618050+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: concurrency, file-system, networking
- domain: backend, performance, operating-systems, files
- platform: rust
- tags: io-uring, async-runtime, tokio, asynchronous-io, nonblocking-io, high-performance-io, filesystem-io, linux

## Member repositories
- tokio-rs/tokio-uring (main) score 36

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.618050+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:32.133025+00:00, confidence not recorded.
  - readme: https://github.com/tokio-rs/tokio-uring (fetched 2026-08-28T04:04:52.618050+00:00, sha ebc3a0a3d9ed)
  - registry_crates: https://crates.io/api/v1/crates/tokio-uring (fetched 2026-08-29T11:39:11.289127+00:00, sha 4e5b9cf51dcc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
