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

awslabs/shuttle

Shuttle is a library for testing concurrent Rust code observed · 2026-09-03

github.com/awslabs/shuttle · Rust · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

91/100

  • Activity 100
  • Release rhythm 74
  • 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: 122
  • age_days: 2011
  • days_rel: 13
  • days_push: 0
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1050 stars · 59 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Shuttle is a Rust library for testing concurrent code using randomized concurrency scheduling techniques with probabilistic bug-finding guarantees. It provides drop-in wrappers for std::sync, tokio, and rand so tests can deterministically reproduce race conditions.

Use cases

  • find race conditions in concurrent Rust code
  • reproduce flaky multithreaded tests deterministically
  • test async tokio code for scheduling bugs
  • randomly stress-test thread synchronization primitives
  • debug intermittent concurrency failures in CI

When to choose

  • you write concurrent or async Rust and need reliable detection of race conditions
  • you want deterministic reproduction of nondeterministic concurrency bugs
  • you need a randomized alternative to exhaustive checkers like Loom for larger programs

When to avoid

  • you need exhaustive formal verification of all interleavings
  • your code is single-threaded with no concurrency
  • you are testing concurrency in languages other than Rust

Facets

library · maturity active

testing concurrency fuzzing testing developer-tools rust cross-platform concurrency-testing randomized-scheduling race-condition-detection async-testing rust concurrency

2 sources

Member repositories

RepositoryRoleHealth v2
awslabs/shuttlemain91

For agents

markdown · JSON · MCP: product_card(name="awslabs/shuttle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem