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

async-rs/async-std

Async version of the Rust standard library observed · 2026-08-28

github.com/async-rs/async-std · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
async-rs/async-stdmain42

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