Decision Workspace
inplace-box vs static-box vs miny
Side-by-side comparison of Rust crates
49
inplace-box
experimentalv0.2.1
A stack-allocated container similar to Box but without heap allocation
45
static-box
growingv0.2.0
A stack-allocated box that stores trait objects.
60
miny
stablev2.1.0
Box<T> with small value optimization
Core Metrics
| inplace-box | static-box | miny | |
|---|---|---|---|
| Health Score | 49 | 45 | 60 |
| Total Downloads | 3.0K | 6.5K | 5.5K |
| 30d Downloads | 35 | 12 | 23 |
| Dependents | 0 | 0 | 1 |
| Releases | 3 | 4 | 6 |
| Last Updated | 242d ago | 1724d ago | 49d ago |
| Age | 8m | 4y 10m | 2y 8m |
Health Breakdown
inplace-box
Maintenance
10
Quality
14
Community
6
Popularity
4
Documentation
15
static-box
Maintenance
6
Quality
16
Community
6
Popularity
5
Documentation
12
miny
Maintenance
16
Quality
20
Community
7
Popularity
4
Documentation
13
Technical Details
| inplace-box | static-box | miny | |
|---|---|---|---|
| Version | 0.2.1 | 0.2.0 | 2.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 1 |
| Crate Size | 13KB | 10KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.70.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •miny leads with a health score of 60/100, but none of the options score above 80.
- •static-box has the most downloads (6.5K), suggesting wider adoption.
- •⚠ static-box has not been updated in over a year.
- •inplace-box, static-box are pre-1.0 — API may change.