rust-lang/rust-playground
The Rust Playground observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3722
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1426 stars · 268 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The Rust Playground is a web service that lets users write, compile, and run Rust code in the browser without installing anything. It supports stable/beta/nightly toolchains, popular crates, rustfmt and Clippy, sharing via GitHub Gists, and viewing LLVM IR, assembly, or MIR output.
Use cases
- try out Rust code without installing the compiler
- share a Rust code snippet with a friend via a link
- test whether a snippet compiles on stable, beta, or nightly Rust
- run rustfmt or Clippy on a small piece of Rust code
- inspect the LLVM IR, assembly, or MIR generated from Rust source
- experiment with popular crates like those in the Rust Cookbook
- reproduce a compiler error or ICE to report an issue
When to choose
- you want to quickly experiment with or demo Rust code in a browser
- you need a sandboxed environment to run untrusted Rust snippets
- you want to share runnable Rust examples linked to Gists
- you need to compare compiler output across Rust toolchain channels
When to avoid
- you need network access from the compiled program, since the sandbox has none
- you need long-running or resource-heavy programs beyond the time and memory limits
- you need crates outside the top 100 plus Cookbook set and their dependencies
- you need persistent disk storage, which the sandbox does not limit or provide
Facets
service · maturity active
compiler editor developer-tools web-framework http-server developer-tools programming-languages web-development education rust self-hosted rust-playground online-compiler code-sharing sandboxed-execution react-frontend axum-backend sandbox web-server docker javascript
2 sources
- readme: https://github.com/rust-lang/rust-playground · fetched 2026-08-28 · c64909957191
- homepage: https://play.rust-lang.org/ · fetched 2026-08-29 · 635272ade4ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-lang/rust-playground | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="rust-lang/rust-playground")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem