Decision Workspace
vec-iter vs wrapped-vec vs collections-fromstr
Side-by-side comparison of Rust crates
41
vec-iter
experimentalv0.1.1
Lazy collection of iterated element, implementing iterators for random access
42
wrapped-vec
growingv0.3.0
Macro for generating wrapped Vec types and associated boilerplate
35
collections-fromstr
growingv0.1.1
Derives FromStr for collection types like Vec<T> or HashSet<T>.
Core Metrics
| vec-iter | wrapped-vec | collections-fromstr | |
|---|---|---|---|
| Health Score | 41 | 42 | 35 |
| Total Downloads | 967 | 48.4K | 4.2K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 10 | 0 |
| Releases | 2 | 5 | 2 |
| Last Updated | 363d ago | 1958d ago | 1837d ago |
| Age | 12m | 8y 7m | 5y |
Health Breakdown
vec-iter
Maintenance
6
Quality
15
Community
6
Popularity
4
Documentation
10
wrapped-vec
Maintenance
3
Quality
15
Community
9
Popularity
6
Documentation
9
collections-fromstr
Maintenance
3
Quality
13
Community
6
Popularity
4
Documentation
9
Technical Details
| vec-iter | wrapped-vec | collections-fromstr | |
|---|---|---|---|
| Version | 0.1.1 | 0.3.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 9 |
| Crate Size | 3KB | 9KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wrapped-vec leads with a health score of 42/100, but none of the options score above 80.
- •⚠ wrapped-vec, collections-fromstr have not been updated in over a year.