Decision Workspace
enso-channel vs ring-channel vs kovan-channel
Side-by-side comparison of Rust crates
46
enso-channel
experimentalv0.1.0
Batch-first, bounded, lock-free ring-buffer channels (MPSC/MPMC/Broadcast) for bursty, latency-sensitive systems
45
ring-channel
growingv0.12.0
Bounded MPMC channel abstraction on top of a ring buffer
55
kovan-channel
experimentalv0.1.12
Multi-producer multi-consumer channels using Kovan for memory reclamation
Core Metrics
| enso-channel | ring-channel | kovan-channel | |
|---|---|---|---|
| Health Score | 46 | 45 | 55 |
| Total Downloads | 14 | 449.1K | 595 |
| 30d Downloads | 14 | 14.6K | 103 |
| Dependents | 0 | 17 | 4 |
| Releases | 1 | 19 | 9 |
| Last Updated | 23d ago | 899d ago | 17d ago |
| Age | 23d | 6y 11m | 3m |
Health Breakdown
enso-channel
Maintenance
12
Quality
12
Community
6
Popularity
1
Documentation
15
ring-channel
Maintenance
4
Quality
15
Community
9
Popularity
7
Documentation
10
kovan-channel
Maintenance
18
Quality
14
Community
8
Popularity
3
Documentation
12
Technical Details
| enso-channel | ring-channel | kovan-channel | |
|---|---|---|---|
| Version | 0.1.0 | 0.12.0 | 0.1.12 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 7 | 11 | 3 |
| Crate Size | 346KB | 16KB | 15KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.75 | — | 1.90 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •kovan-channel leads with a health score of 55/100, but none of the options score above 80.
- •ring-channel has the most downloads (449.1K), suggesting wider adoption.
- •⚠ ring-channel has not been updated in over a year.