async-rs/async-std
Async version of the Rust standard library observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 36
- Release rhythm 16
- 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: 175
- age_days: 2582
- days_rel: 536
- days_push: 384
- n_releases_24m: 2
Adoption not part of the score
4066 stars · 340 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
async-std is a Rust crate providing an async version of the Rust standard library, with async/await-compatible APIs for tasks, networking, and file access. It has been officially discontinued and deprecated in favor of the smol project.
Use cases
- write async Rust code with std-like APIs
- run async tasks with an executor in Rust
- async networking and file I/O in Rust
- learn async/await in Rust with familiar stdlib interfaces
- maintain legacy Rust code that depends on async-std
When to choose
- you are maintaining an existing codebase already built on async-std
- you need stdlib-parity async APIs in a legacy Rust project
When to avoid
- you are starting a new Rust project - use smol or tokio instead
- you need a maintained async runtime with ongoing support
- you want long-term ecosystem compatibility
Facets
library · maturity abandoned
concurrency developer-tools developer-tools programming-languages rust cross-platform async-runtime async-await deprecated rust-library executor
3 sources
- readme: https://github.com/async-rs/async-std · fetched 2026-08-28 · 196cbb8cc942
- homepage: https://async.rs · fetched 2026-08-29 · 625059743cad
- registry_crates: https://crates.io/api/v1/crates/async-std · fetched 2026-08-29 · 7b54f5d55659
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| async-rs/async-std | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="async-rs/async-std")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem