Decision Workspace
collect-with vs utf8-decode vs iter-enum
Side-by-side comparison of Rust crates
48
collect-with
growingv0.0.2
A utility crate for enhanced collection operations with capacity control.
68
utf8-decode
stablev2.0.0
UTF-8 incremental decoding iterators.
67
iter-enum
stablev1.2.1
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, Extend)] for enums.
Core Metrics
| collect-with | utf8-decode | iter-enum | |
|---|---|---|---|
| Health Score | 48 | 68 | 67 |
| Total Downloads | 2.6K | 6.7M | 411.7K |
| 30d Downloads | 78 | 537.5K | 28.3K |
| Dependents | 13 | 71 | 126 |
| Releases | 3 | 4 | 14 |
| Last Updated | 388d ago | 58d ago | 28d ago |
| Age | 1y | 6y 8m | 6y 4m |
Health Breakdown
collect-with
Maintenance
6
Quality
18
Community
8
Popularity
4
Documentation
12
utf8-decode
Maintenance
12
Quality
23
Community
10
Popularity
8
Documentation
15
iter-enum
Maintenance
15
Quality
21
Community
12
Popularity
7
Documentation
12
Technical Details
| collect-with | utf8-decode | iter-enum | |
|---|---|---|---|
| Version | 0.0.2 | 2.0.0 | 1.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT/Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 0 | 3 |
| Crate Size | 15KB | 9KB | 13KB |
| Features | 7 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85 | 1.85.1 | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •utf8-decode leads with a health score of 68/100, but none of the options score above 80.
- •iter-enum is depended on by 126 crates — strongest ecosystem trust.
- •⚠ collect-with has not been updated in over a year.
- •collect-with is pre-1.0 — API may change.