Decision Workspace
insert-take vs kovan-channel vs simple-channels
Side-by-side comparison of Rust crates
39
insert-take
experimentalv0.1.0
A Concurrent bag supporting atomically inserting and taking all elements
55
kovan-channel
experimentalv0.1.12
Multi-producer multi-consumer channels using Kovan for memory reclamation
43
simple-channels
experimentalv0.1.2
A simple, educational implementation of channels in Rust.
Core Metrics
| insert-take | kovan-channel | simple-channels | |
|---|---|---|---|
| Health Score | 39 | 55 | 43 |
| Total Downloads | 185 | 595 | 803 |
| 30d Downloads | 3 | 103 | 4 |
| Dependents | 0 | 4 | 0 |
| Releases | 1 | 9 | 2 |
| Last Updated | 157d ago | 17d ago | 259d ago |
| Age | 5m | 3m | 8m |
Health Breakdown
insert-take
Maintenance
6
Quality
14
Community
6
Popularity
3
Documentation
10
kovan-channel
Maintenance
18
Quality
14
Community
8
Popularity
3
Documentation
12
simple-channels
Maintenance
8
Quality
16
Community
6
Popularity
3
Documentation
10
Technical Details
| insert-take | kovan-channel | simple-channels | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.12 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 3 | 3 | 2 |
| Crate Size | 8KB | 15KB | 14KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | 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.
- •simple-channels has the most downloads (803), suggesting wider adoption.