Decision Workspace
fallacy-box vs smallbox vs slimmer_box
Side-by-side comparison of Rust crates
41
fallacy-box
growingv0.1.1
A library for fallible Box.
51
smallbox
growingv0.8.8
`Small Box` optimization: store small item on stack and fallback to heap for large item.
45
slimmer_box
growingv0.6.5
A packed alternative to Box<T> whose 'fat' pointer is 'slimmer'
Core Metrics
| fallacy-box | smallbox | slimmer_box | |
|---|---|---|---|
| Health Score | 41 | 51 | 45 |
| Total Downloads | 3.0K | 978.7K | 14.4K |
| 30d Downloads | 5 | 72.6K | 15 |
| Dependents | 0 | 129 | 27 |
| Releases | 2 | 26 | 9 |
| Last Updated | 1449d ago | 268d ago | 865d ago |
| Age | 3y 12m | 8y 10m | 3y 1m |
Health Breakdown
fallacy-box
Maintenance
4
Quality
15
Community
3
Popularity
4
Documentation
15
smallbox
Maintenance
7
Quality
11
Community
11
Popularity
7
Documentation
15
slimmer_box
Maintenance
4
Quality
16
Community
10
Popularity
5
Documentation
10
Technical Details
| fallacy-box | smallbox | slimmer_box | |
|---|---|---|---|
| Version | 0.1.1 | 0.8.8 | 0.6.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 2 | 4 |
| Crate Size | 8KB | 16KB | 17KB |
| Features | 0 | 4 | 2 |
| Yanked % | 0.0% | 34.6% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.57 | 1.80 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •smallbox leads with a health score of 51/100, but none of the options score above 80.
- •smallbox is depended on by 129 crates — strongest ecosystem trust.
- •⚠ fallacy-box, slimmer_box have not been updated in over a year.