Decision Workspace
vecmin vs vec1 vs non-empty-slice
Side-by-side comparison of Rust crates
48
vecmin
experimentalv0.1.0
Provides a `VecMin` and `VecOne` newtype wrapper around `Vec` that enforces a minimum length at compile time.
62
vec1
growingv1.12.1
a std Vec wrapper assuring that it has at least 1 element
56
non-empty-slice
experimentalv0.5.1
Non-empty slices.
Core Metrics
| vecmin | vec1 | non-empty-slice | |
|---|---|---|---|
| Health Score | 48 | 62 | 56 |
| Total Downloads | 15 | 6.6M | 4.0K |
| 30d Downloads | 4 | 673.1K | 204 |
| Dependents | 0 | 1.2K | 15 |
| Releases | 1 | 17 | 10 |
| Last Updated | 32d ago | 671d ago | 163d ago |
| Age | 1m | 7y 9m | 11m |
Health Breakdown
vecmin
Maintenance
11
Quality
15
Community
6
Popularity
1
Documentation
15
vec1
Maintenance
4
Quality
22
Community
13
Popularity
8
Documentation
15
non-empty-slice
Maintenance
12
Quality
16
Community
9
Popularity
4
Documentation
15
Technical Details
| vecmin | vec1 | non-empty-slice | |
|---|---|---|---|
| Version | 0.1.0 | 1.12.1 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 4 | 6 |
| Crate Size | 7KB | 34KB | 28KB |
| Features | 0 | 5 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.87 | 1.71.1 | 1.90 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •vec1 leads with a health score of 62/100, but none of the options score above 80.
- •vec1 is depended on by 1.2K crates — strongest ecosystem trust.
- •⚠ vec1 has not been updated in over a year.
- •vecmin, non-empty-slice are pre-1.0 — API may change.