Decision Workspace
manually-static vs phylactery vs phylactery_macro
Side-by-side comparison of Rust crates
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.
63
phylactery
growingv3.0.0
Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries.
60
phylactery_macro
experimentalv0.4.9
A set of macros to accompany the `phylactery` crate.
Core Metrics
| manually-static | phylactery | phylactery_macro | |
|---|---|---|---|
| Health Score | 42 | 63 | 60 |
| Total Downloads | 2.3K | 8.6K | 3.4K |
| 30d Downloads | 19 | 80 | 83 |
| Dependents | 0 | 0 | 17 |
| Releases | 5 | 32 | 15 |
| Last Updated | 288d ago | 17d ago | 17d ago |
| Age | 9m | 7m | 7m |
Health Breakdown
manually-static
Maintenance
8
Quality
13
Community
5
Popularity
4
Documentation
12
phylactery
Maintenance
18
Quality
19
Community
6
Popularity
5
Documentation
15
phylactery_macro
Maintenance
18
Quality
14
Community
9
Popularity
4
Documentation
15
Technical Details
| manually-static | phylactery | phylactery_macro | |
|---|---|---|---|
| Version | 1.2.0 | 3.0.0 | 0.4.9 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 4 | 2 |
| Crate Size | 8KB | 19KB | 4KB |
| Features | 0 | 3 | 0 |
| Yanked % | 60.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70.0 | 1.75 | 1.75 |
| 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.