Decision Workspace
phylactery_macro vs phylactery vs manually-static
Side-by-side comparison of Rust crates
60
phylactery_macro
experimentalv0.4.9
A set of macros to accompany the `phylactery` crate.
63
phylactery
growingv3.0.0
Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries.
42
manually-static
growingv1.2.0
Provides `ManualStatic` that is a wrapper which allows to manually manage `'static` lifetimes. It is unsafe but with `debug_assertions` it panics when the usage is wrong.
Core Metrics
| phylactery_macro | phylactery | manually-static | |
|---|---|---|---|
| Health Score | 60 | 63 | 42 |
| Total Downloads | 3.4K | 8.6K | 2.3K |
| 30d Downloads | 84 | 80 | 20 |
| Dependents | 17 | 0 | 0 |
| Releases | 15 | 32 | 5 |
| Last Updated | 17d ago | 17d ago | 288d ago |
| Age | 7m | 7m | 9m |
Health Breakdown
phylactery_macro
Maintenance
18
Quality
14
Community
9
Popularity
4
Documentation
15
phylactery
Maintenance
18
Quality
19
Community
6
Popularity
5
Documentation
15
manually-static
Maintenance
8
Quality
13
Community
5
Popularity
4
Documentation
12
Technical Details
| phylactery_macro | phylactery | manually-static | |
|---|---|---|---|
| Version | 0.4.9 | 3.0.0 | 1.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 4 | 0 |
| Crate Size | 4KB | 19KB | 8KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 60.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.75 | 1.75 | 1.70.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •phylactery leads with a health score of 63/100, but none of the options score above 80.
- •phylactery_macro is pre-1.0 — API may change.