tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
About the project
An asynchronous runtime for Rust providing non-blocking I/O, a task scheduler, timers, and network sockets. Used to build reliable concurrent applications and network services in Rust.
Useful for
- Write an async TCP server or client handling many concurrent connections
- Build a concurrent network service with timers, channels, and backpressure
- Lay the foundation for HTTP/gRPC services on hyper, axum, or tonic
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 2 stars so far today, about 4 expected by the end of the day.
- GitHub Trending Rust today: #10, +5 stars.
- About 169 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 33,176
- Stars in a day
- 4
- Forks
- 3,524
- Issues and pull requests
- 7,668
- Watchers
- 333
- Language
- Rust
- License
- MIT
- Latest release
- tokio-1.53.1 · July 20, 2026
- Created
- September 9, 2016
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 19, 2026GitHub Trending Rust today: #10, +5 stars
Similar projects
-
5.3
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
4.2
KevinLiss/ApeAdmin
ApeAdmin is an open-source admin framework built on FastAPI + Vue3 for AI applications, with RBAC, audit logs, plugins, and an MCP-SSE gateway exposing system functions as tools for AI agents.
-
3.8
dashscope-sdk/idempotency-shield
Express middleware that makes handlers safe to retry: a duplicate request with the same Idempotency-Key gets the cached response replayed instead of re-running the handler. Storage is in-memory or Redis.
-
2.7
planetscale/lead
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores…
-
2.6
iii-hq/iii
iii is a Rust runtime for composing backends from workers: each service registers functions and triggers (HTTP, cron, queues, state), while the engine handles routing, observability, and runtime addition of workers.
-
2.5
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.