Decision Workspace
oneshot-broadcast vs announcement vs oneshot
Side-by-side comparison of Rust crates
39
oneshot-broadcast
growingv0.0.2
A oneshot-broadcast channel that broadcasts a value once without cloning it.
43
announcement
experimentalv0.1.0
A runtime-agnostic oneshot broadcast channel
61
oneshot
growingv0.2.1
Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling.
Core Metrics
| oneshot-broadcast | announcement | oneshot | |
|---|---|---|---|
| Health Score | 39 | 43 | 61 |
| Total Downloads | 2.7K | 267 | 16.6M |
| 30d Downloads | 4 | 3 | 1.4M |
| Dependents | 0 | 0 | 1.7K |
| Releases | 2 | 1 | 16 |
| Last Updated | 796d ago | 165d ago | 32d ago |
| Age | 2y 2m | 5m | 6y 10m |
Health Breakdown
oneshot-broadcast
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
10
announcement
Maintenance
6
Quality
13
Community
6
Popularity
3
Documentation
15
oneshot
Maintenance
15
Quality
11
Community
15
Popularity
8
Documentation
12
Technical Details
| oneshot-broadcast | announcement | oneshot | |
|---|---|---|---|
| Version | 0.0.2 | 0.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 15 | 4 |
| Crate Size | 6KB | 141KB | 48KB |
| Features | 0 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 25.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.80.1 | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •oneshot leads with a health score of 61/100, but none of the options score above 80.
- •oneshot is depended on by 1.7K crates — strongest ecosystem trust.
- •⚠ oneshot-broadcast has not been updated in over a year.