tokio-rs/mio
Metal I/O library for Rust. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4396
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
7088 stars · 861 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mio is a fast, low-level I/O library for Rust providing non-blocking APIs and OS event notification (epoll, kqueue, IOCP) for building high-performance networked applications. It is the foundation layer underneath Tokio and other async runtimes.
Use cases
- build a high-performance non-blocking TCP server in Rust
- write a custom event loop over epoll/kqueue/IOCP
- implement an async runtime or executor from scratch
- handle thousands of concurrent sockets with minimal overhead
- wrap OS I/O readiness events in a portable API
When to choose
- you need maximum I/O performance with minimal abstraction overhead
- you are building your own async runtime or low-level networking library
- you want direct, portable access to OS readiness events
When to avoid
- you want an easy high-level async API - use Tokio instead
- you need blocking I/O or simple synchronous networking
- you want built-in tasks, timers, or channels - Mio only provides event notification
Facets
library · maturity stable
networking concurrency developer-tools networking developer-tools performance rust windows cross-platform non-blocking-io event-loop epoll kqueue iocp async-runtime-foundation linux macos
2 sources
- readme: https://github.com/tokio-rs/mio · fetched 2026-08-28 · a72320026379
- registry_crates: https://crates.io/api/v1/crates/mio · fetched 2026-08-29 · 44a1b15468aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tokio-rs/mio | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem