Decision Workspace
drying_paint vs async-observe vs statewatcher
Side-by-side comparison of Rust crates
42
drying_paint
growingv0.5.6
Implementation of observer pattern for Rust
52
async-observe
experimentalv0.1.1
Async single-producer, multi-consumer channel that only retains the last sent value
43
statewatcher
experimentalv0.1.0
A simple, shared state channel where readers are notified of updates, inspired by tokio::watch but for std
Core Metrics
| drying_paint | async-observe | statewatcher | |
|---|---|---|---|
| Health Score | 42 | 52 | 43 |
| Total Downloads | 29.7K | 312 | 24 |
| 30d Downloads | 38 | 4 | 3 |
| Dependents | 5 | 0 | 0 |
| Releases | 23 | 2 | 1 |
| Last Updated | 119d ago | 56d ago | 143d ago |
| Age | 6y 3m | 5m | 4m |
Health Breakdown
drying_paint
Maintenance
12
Quality
12
Community
4
Popularity
5
Documentation
9
async-observe
Maintenance
14
Quality
14
Community
6
Popularity
3
Documentation
15
statewatcher
Maintenance
6
Quality
16
Community
6
Popularity
2
Documentation
13
Technical Details
| drying_paint | async-observe | statewatcher | |
|---|---|---|---|
| Version | 0.5.6 | 0.1.1 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT OR Zlib | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 23KB | 12KB | 8KB |
| Features | 2 | 0 | 1 |
| Yanked % | 34.8% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-observe leads with a health score of 52/100, but none of the options score above 80.
- •drying_paint has the most downloads (29.7K), suggesting wider adoption.