Decision Workspace
local-sync vs local-channel vs oneshot
Side-by-side comparison of Rust crates
38
local-sync
growingv0.1.1
Non-threadsafe data structure for async usage
47
local-channel
growingv0.1.5
A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue
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
| local-sync | local-channel | oneshot | |
|---|---|---|---|
| Health Score | 38 | 47 | 61 |
| Total Downloads | 517.6K | 52.7M | 16.6M |
| 30d Downloads | 144.4K | 2.7M | 1.5M |
| Dependents | 192 | 94 | 1.7K |
| Releases | 7 | 7 | 16 |
| Last Updated | 957d ago | 880d ago | 32d ago |
| Age | 4y 5m | 4y 12m | 6y 10m |
Health Breakdown
local-sync
Maintenance
4
Quality
8
Community
9
Popularity
7
Documentation
10
local-channel
Maintenance
4
Quality
15
Community
8
Popularity
8
Documentation
12
oneshot
Maintenance
15
Quality
11
Community
15
Popularity
8
Documentation
12
Technical Details
| local-sync | local-channel | oneshot | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.5 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 3 | 4 |
| Crate Size | 27KB | 8KB | 48KB |
| Features | 0 | 0 | 2 |
| Yanked % | 57.1% | 0.0% | 25.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.65 | 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.
- •local-channel has the most downloads (52.7M), suggesting wider adoption.
- •oneshot is depended on by 1.7K crates — strongest ecosystem trust.
- •⚠ local-sync, local-channel have not been updated in over a year.