Decision Workspace
ointers vs flagged_pointer vs enum-ptr-derive
Side-by-side comparison of Rust crates
52
ointers
growingv5.0.0
What do you call a pointer we stole the high bits off? An ointer.
54
flagged_pointer
experimentalv0.2.1
A safe abstraction for tagged pointers using unused bits for flags
48
enum-ptr-derive
growingv0.2.0
Ergonomic tagged pointer
Core Metrics
| ointers | flagged_pointer | enum-ptr-derive | |
|---|---|---|---|
| Health Score | 52 | 54 | 48 |
| Total Downloads | 8.0K | 956 | 19.5K |
| 30d Downloads | 74 | 21 | 64 |
| Dependents | 2 | 0 | 11 |
| Releases | 8 | 6 | 11 |
| Last Updated | 107d ago | 19d ago | 533d ago |
| Age | 4y 9m | 6m | 3y 4m |
Health Breakdown
ointers
Maintenance
10
Quality
16
Community
7
Popularity
5
Documentation
14
flagged_pointer
Maintenance
21
Quality
13
Community
6
Popularity
4
Documentation
10
enum-ptr-derive
Maintenance
7
Quality
15
Community
8
Popularity
5
Documentation
13
Technical Details
| ointers | flagged_pointer | enum-ptr-derive | |
|---|---|---|---|
| Version | 5.0.0 | 0.2.1 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 WITH LLVM-exception | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 3 |
| Crate Size | 15KB | 16KB | 4KB |
| Features | 4 | 0 | 0 |
| Yanked % | 75.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | 1.84.0 | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •flagged_pointer leads with a health score of 54/100, but none of the options score above 80.
- •enum-ptr-derive has the most downloads (19.5K), suggesting wider adoption.
- •⚠ enum-ptr-derive has not been updated in over a year.
- •flagged_pointer, enum-ptr-derive are pre-1.0 — API may change.