Decision Workspace
gil vs crossfire vs oneshot
Side-by-side comparison of Rust crates
55
gil
experimentalv0.8.0
A collection of high-performance, lock-free concurrent queues (SPSC, MPSC, MPMC, SPMC) with sync and async support
68
crossfire
stablev3.1.7
channels for async and threads
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
| gil | crossfire | oneshot | |
|---|---|---|---|
| Health Score | 55 | 68 | 61 |
| Total Downloads | 596 | 483.5K | 16.6M |
| 30d Downloads | 94 | 62.4K | 1.5M |
| Dependents | 0 | 260 | 1.7K |
| Releases | 18 | 69 | 16 |
| Last Updated | 16d ago | 7d ago | 32d ago |
| Age | 3m | 5y 9m | 6y 10m |
Health Breakdown
gil
Maintenance
18
Quality
15
Community
6
Popularity
3
Documentation
13
crossfire
Maintenance
19
Quality
14
Community
13
Popularity
7
Documentation
15
oneshot
Maintenance
15
Quality
11
Community
15
Popularity
8
Documentation
12
Technical Details
| gil | crossfire | oneshot | |
|---|---|---|---|
| Version | 0.8.0 | 3.1.7 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 11 | 4 |
| Crate Size | 70KB | 101KB | 48KB |
| Features | 4 | 5 | 2 |
| Yanked % | 0.0% | 34.8% | 25.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.79 | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •crossfire leads with a health score of 68/100, but none of the options score above 80.
- •oneshot has the most downloads (16.6M), suggesting wider adoption.
- •oneshot is depended on by 1.7K crates — strongest ecosystem trust.
- •gil, oneshot are pre-1.0 — API may change.