Decision Workspace
multishot vs catty vs oneshot
Side-by-side comparison of Rust crates
41
multishot
growingv0.3.2
An async, lock-free, reusable channel for sending single values to asynchronous tasks.
39
catty
growingv0.1.5
Send and await a value asynchronously
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
| multishot | catty | oneshot | |
|---|---|---|---|
| Health Score | 41 | 39 | 61 |
| Total Downloads | 55.6K | 84.3K | 16.6M |
| 30d Downloads | 2.6K | 2.8K | 1.4M |
| Dependents | 15 | 10 | 1.7K |
| Releases | 5 | 6 | 16 |
| Last Updated | 737d ago | 1376d ago | 32d ago |
| Age | 4y 1m | 5y 6m | 6y 10m |
Health Breakdown
multishot
Maintenance
5
Quality
9
Community
9
Popularity
6
Documentation
12
catty
Maintenance
4
Quality
8
Community
9
Popularity
6
Documentation
12
oneshot
Maintenance
15
Quality
11
Community
15
Popularity
8
Documentation
12
Technical Details
| multishot | catty | oneshot | |
|---|---|---|---|
| Version | 0.3.2 | 0.1.5 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 4 |
| Crate Size | 17KB | 9KB | 48KB |
| Features | 0 | 0 | 2 |
| Yanked % | 40.0% | 66.7% | 25.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | 1.56 | — | 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.
- •⚠ multishot, catty have not been updated in over a year.