Decision Workspace
reusing-vec vs recycle-box vs revec
Side-by-side comparison of Rust crates
46
reusing-vec
growingv0.2.0
Wrapper over Vec that allows elements to be reused without dropping them
47
recycle-box
growingv0.2.0
A pointer type for heap-allocated objects which heap storage can be re-used, with Pin support.
41
revec
growingv0.3.0
Convert a Vec<A> to a Vec<B> provided vec is empty
Core Metrics
| reusing-vec | recycle-box | revec | |
|---|---|---|---|
| Health Score | 46 | 47 | 41 |
| Total Downloads | 17.7K | 66.8K | 13.6K |
| 30d Downloads | 1.0K | 2.5K | 213 |
| Dependents | 4 | 67 | 38 |
| Releases | 3 | 2 | 3 |
| Last Updated | 421d ago | 1253d ago | 501d ago |
| Age | 1y 1m | 4y 1m | 4y |
Health Breakdown
reusing-vec
Maintenance
6
Quality
17
Community
8
Popularity
5
Documentation
10
recycle-box
Maintenance
3
Quality
16
Community
10
Popularity
6
Documentation
12
revec
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
9
Technical Details
| reusing-vec | recycle-box | revec | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 6KB | 12KB | 2KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •recycle-box leads with a health score of 47/100, but none of the options score above 80.
- •⚠ reusing-vec, recycle-box, revec have not been updated in over a year.