Decision Workspace
dependent_view vs pin-weak vs deferred-cell
Side-by-side comparison of Rust crates
43
dependent_view
growingv1.0.2
Wrappers to produce weak trait objects from reference types
59
pin-weak
growingv1.1.0
Small wrapper around an equivalent of Pin<Weak<T>>
56
deferred-cell
experimentalv0.6.3
A single-assignment, weak reference wrapper for cyclic node graphs with late initialization
Core Metrics
| dependent_view | pin-weak | deferred-cell | |
|---|---|---|---|
| Health Score | 43 | 59 | 56 |
| Total Downloads | 6.0K | 1.5M | 3.3K |
| 30d Downloads | 19 | 84.6K | 38 |
| Dependents | 0 | 336 | 0 |
| Releases | 3 | 2 | 10 |
| Last Updated | 2794d ago | 1579d ago | 24d ago |
| Age | 7y 8m | 5y 7m | 9m |
Health Breakdown
dependent_view
Maintenance
3
Quality
21
Community
6
Popularity
5
Documentation
8
pin-weak
Maintenance
3
Quality
23
Community
14
Popularity
7
Documentation
12
deferred-cell
Maintenance
17
Quality
14
Community
6
Popularity
4
Documentation
15
Technical Details
| dependent_view | pin-weak | deferred-cell | |
|---|---|---|---|
| Version | 1.0.2 | 1.1.0 | 0.6.3 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 8KB | 4KB | 6KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2024 |
| MSRV | — | — | 1.87 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •pin-weak leads with a health score of 59/100, but none of the options score above 80.
- •pin-weak is depended on by 336 crates — strongest ecosystem trust.
- •⚠ dependent_view, pin-weak have not been updated in over a year.
- •deferred-cell is pre-1.0 — API may change.