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

spacejam/rio

pure rust io_uring library, built on libc, thread & async friendly, misuse resistant observed · 2026-08-28

github.com/spacejam/rio · Rust observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 3526
  • days_rel: n/a
  • days_push: 1528
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1008 stars · 52 forks observed · 2026-08-28

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

rio is a pure Rust library providing safe, misuse-resistant bindings for Linux's io_uring asynchronous I/O interface, built directly on libc without C code generation. It supports both threaded and async usage, with automatic submission handling and backpressure to prevent completion queue overflow.

Use cases

  • perform async disk I/O on Linux with io_uring
  • build a high-performance storage engine write path
  • batch syscalls for high-throughput networking
  • use io_uring from Rust without unsafe C bindings
  • avoid dropped completions from queue overflow
  • integrate io_uring completions with an async runtime or threads

When to choose

  • you need io_uring access in Rust with ergonomic, misuse-resistant APIs
  • you want both thread-based and async (Future-based) completion handling
  • you are building high-performance storage or networking software on Linux

When to avoid

  • you need a license other than GPL-3.0 without sponsoring
  • you require strict Rust soundness guarantees, since use-after-free is still possible via mem::forget
  • you target platforms other than Linux
  • you need actively developed features, as the latest release dates to 2022

Facets

library · maturity maintenance

concurrency file-system networking developer-tools operating-systems performance rust io-uring async-io low-level kernel-interfaces high-performance-io linux

2 sources

Member repositories

RepositoryRoleHealth v2
spacejam/riomain32

For agents

markdown · JSON · MCP: product_card(name="spacejam/rio")

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