Decision Workspace
pstruct vs flagged_pointer vs structible-macros
Side-by-side comparison of Rust crates
38
pstruct
growingv0.1.3
A Rust procedural macro for generating pointer struct implementations with field offset access.
54
flagged_pointer
experimentalv0.2.1
A safe abstraction for tagged pointers using unused bits for flags
52
structible-macros
experimentalv0.5.0
Proc macros for structible
Core Metrics
| pstruct | flagged_pointer | structible-macros | |
|---|---|---|---|
| Health Score | 38 | 54 | 52 |
| Total Downloads | 3.1K | 956 | 212 |
| 30d Downloads | 5 | 21 | 66 |
| Dependents | 0 | 0 | 5 |
| Releases | 4 | 6 | 5 |
| Last Updated | 469d ago | 19d ago | 37d ago |
| Age | 1y 3m | 6m | 1m |
Health Breakdown
pstruct
Maintenance
8
Quality
10
Community
6
Popularity
4
Documentation
10
flagged_pointer
Maintenance
21
Quality
13
Community
6
Popularity
4
Documentation
10
structible-macros
Maintenance
17
Quality
14
Community
8
Popularity
3
Documentation
10
Technical Details
| pstruct | flagged_pointer | structible-macros | |
|---|---|---|---|
| Version | 0.1.3 | 0.2.1 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 4 | 4 | 3 |
| Crate Size | 13KB | 16KB | 13KB |
| Features | 1 | 0 | 0 |
| Yanked % | 25.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •flagged_pointer leads with a health score of 54/100, but none of the options score above 80.
- •pstruct has the most downloads (3.1K), suggesting wider adoption.
- •⚠ pstruct has not been updated in over a year.