rxRust/rxRust
Zero-cost & Type-safe Reactive Extensions for Rust. Supports both high-performance single-threaded (Local) and thread-safe (Shared) contexts. WASM & Tokio ready. observed · 2026-09-03
Health v2 · maintenance only
77/100
- Activity 100
- 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: 2664
- days_rel: n/a
- days_push: 1
- n_releases_24m: 0
Adoption not part of the score
1108 stars · 69 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rxRust is a zero-cost, type-safe Rust implementation of Reactive Extensions (Rx) for functional reactive programming with asynchronous event streams. It supports both single-threaded (Local) and thread-safe (Shared) execution contexts, and works with Tokio and WebAssembly.
Use cases
- handle asynchronous event streams declaratively in Rust
- build event-driven applications with observable streams
- process streams without locking overhead in single-threaded contexts
- share reactive streams across threads safely
- use reactive programming in WebAssembly apps
- integrate observables with Rust futures and async/await
When to choose
- you want RxJS-style observable/operator patterns in Rust
- you need zero-cost stream abstractions with compile-time context selection
- you're building UI, WASM, or single-threaded event-loop applications
- you need both local and thread-safe reactive streams with one API
When to avoid
- you only need simple async iteration - Rust's Stream trait or tokio-stream may suffice
- you need a full-featured mature Rx implementation with extensive operators
- your project avoids generic-heavy APIs that can slow compile times
Facets
library · maturity active
streaming concurrency middleware developer-tools web-development rust wasm cross-platform reactive-extensions observables frp async-streams zero-cost-abstraction tokio reactive-programming
3 sources
- readme: https://github.com/rxRust/rxRust · fetched 2026-09-03 · 9551dbe04db2
- homepage: https://rxrust.github.io/rxRust/ · fetched 2026-08-29 · 44136fa355b3
- registry_crates: https://crates.io/api/v1/crates/rxrust · fetched 2026-08-29 · 2d0cce7c78f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rxRust/rxRust | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem