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