Decision Workspace
nearest vs bump-scope vs nearest-derive
Side-by-side comparison of Rust crates
51
nearest
experimentalv0.4.5
Self-relative pointer library for region-based allocation
65
bump-scope
stablev2.2.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
52
nearest-derive
experimentalv0.3.5
Derive macros for the nearest crate
Core Metrics
| nearest | bump-scope | nearest-derive | |
|---|---|---|---|
| Health Score | 51 | 65 | 52 |
| Total Downloads | 254 | 149.2K | 257 |
| 30d Downloads | 132 | 24.2K | 123 |
| Dependents | 0 | 13 | 14 |
| Releases | 14 | 86 | 10 |
| Last Updated | 18d ago | 30d ago | 18d ago |
| Age | 1m | 2y | 1m |
Health Breakdown
nearest
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
15
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
nearest-derive
Maintenance
12
Quality
14
Community
8
Popularity
3
Documentation
15
Technical Details
| nearest | bump-scope | nearest-derive | |
|---|---|---|---|
| Version | 0.4.5 | 2.2.0 | 0.3.5 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 5 | 10 | 3 |
| Crate Size | 70KB | 240KB | 13KB |
| Features | 4 | 19 | 0 |
| Yanked % | 0.0% | 1.2% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.93.0 | 1.85.1 | 1.93.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bump-scope leads with a health score of 65/100, but none of the options score above 80.
- •nearest, nearest-derive are pre-1.0 — API may change.