Decision Workspace
navvy vs channelmap vs transformable_channels
Side-by-side comparison of Rust crates
37
navvy
growingv0.1.0
MPSC Channel broker allowing channels of different types to be stored in a single data structure
47
channelmap
experimentalv0.4.0
A DashMap wrapper over Tokio channels
38
transformable_channels
growingv0.1.1
Rust channels are a convenient abstraction, but for many uses cases, they miss high-level transformations such as `map`, `filter`, ... . This crate introduces them.
Core Metrics
| navvy | channelmap | transformable_channels | |
|---|---|---|---|
| Health Score | 37 | 47 | 38 |
| Total Downloads | 1.1K | 2.5K | 19.4K |
| 30d Downloads | 3 | 21 | 40 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 4 | 2 |
| Last Updated | 516d ago | 331d ago | 3666d ago |
| Age | 1y 5m | 11m | 10y |
Health Breakdown
navvy
Maintenance
2
Quality
15
Community
6
Popularity
4
Documentation
10
channelmap
Maintenance
14
Quality
13
Community
6
Popularity
4
Documentation
10
transformable_channels
Maintenance
3
Quality
16
Community
3
Popularity
5
Documentation
11
Technical Details
| navvy | channelmap | transformable_channels | |
|---|---|---|---|
| Version | 0.1.0 | 0.4.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MPL-2.0 |
| Dependencies | 1 | 4 | 0 |
| Crate Size | 10KB | 7KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •channelmap leads with a health score of 47/100, but none of the options score above 80.
- •transformable_channels has the most downloads (19.4K), suggesting wider adoption.
- •⚠ navvy, transformable_channels have not been updated in over a year.