Decision Workspace
unsafe-binders vs maybe-dangling vs phylactery
Side-by-side comparison of Rust crates
42
unsafe-binders
experimentalv0.0.1
Stable rust polyfill of `unsafe<'lt> …` binders
65
maybe-dangling
growingv0.1.2
`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336
60
phylactery
growingv3.0.0
Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries.
Core Metrics
| unsafe-binders | maybe-dangling | phylactery | |
|---|---|---|---|
| Health Score | 42 | 65 | 60 |
| Total Downloads | 32 | 122.6K | 8.6K |
| 30d Downloads | 0 | 26.5K | 0 |
| Dependents | 0 | 16 | 0 |
| Releases | 1 | 9 | 32 |
| Last Updated | 168d ago | 21d ago | 77d ago |
| Age | 5m | 2y 11m | 9m |
Health Breakdown
unsafe-binders
Maintenance
6
Quality
16
Community
3
Popularity
2
Documentation
15
maybe-dangling
Maintenance
17
Quality
19
Community
8
Popularity
6
Documentation
15
phylactery
Maintenance
15
Quality
19
Community
6
Popularity
5
Documentation
15
Technical Details
| unsafe-binders | maybe-dangling | phylactery | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.2 | 3.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Zlib OR MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 0 | 4 |
| Crate Size | 16KB | 17KB | 19KB |
| Features | 4 | 5 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85.0 | 1.65.0 | 1.75 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •maybe-dangling leads with a health score of 65/100, but none of the options score above 80.
- •unsafe-binders, maybe-dangling are pre-1.0 — API may change.