Decision Workspace
minsize vs non-empty-slice vs non-empty-string
Side-by-side comparison of Rust crates
39
minsize
growingv0.1.2
Collections with a statically known minimum size (using const generics)
56
non-empty-slice
experimentalv0.5.1
Non-empty slices.
49
non-empty-string
growingv0.2.6
A simple type for non empty Strings, similar to NonZeroUsize and friends.
Core Metrics
| minsize | non-empty-slice | non-empty-string | |
|---|---|---|---|
| Health Score | 39 | 56 | 49 |
| Total Downloads | 6.4K | 4.0K | 4.0M |
| 30d Downloads | 5 | 197 | 308.8K |
| Dependents | 0 | 15 | 98 |
| Releases | 3 | 10 | 8 |
| Last Updated | 1239d ago | 163d ago | 352d ago |
| Age | 4y 8m | 11m | 4y 6m |
Health Breakdown
minsize
Maintenance
4
Quality
14
Community
6
Popularity
5
Documentation
10
non-empty-slice
Maintenance
12
Quality
16
Community
9
Popularity
4
Documentation
15
non-empty-string
Maintenance
7
Quality
16
Community
8
Popularity
8
Documentation
10
Technical Details
| minsize | non-empty-slice | non-empty-string | |
|---|---|---|---|
| Version | 0.1.2 | 0.5.1 | 0.2.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 6 | 5 |
| Crate Size | 12KB | 28KB | 14KB |
| Features | 0 | 7 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.90 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •non-empty-slice leads with a health score of 56/100, but none of the options score above 80.
- •non-empty-string has the most downloads (4.0M), suggesting wider adoption.
- •⚠ minsize has not been updated in over a year.