Decision Workspace
async-once-cell vs async-lazy vs once_cell
Side-by-side comparison of Rust crates
58
async-once-cell
growingv0.5.4
Async single assignment cells and lazy values.
49
async-lazy
growingv0.1.2
A value which is initialized on the first access, with an async function.
75
once_cell
stablev1.21.4
Single assignment cells and lazy values.
Core Metrics
| async-once-cell | async-lazy | once_cell | |
|---|---|---|---|
| Health Score | 58 | 49 | 75 |
| Total Downloads | 5.3M | 28.5K | 782.7M |
| 30d Downloads | 507.2K | 919 | 52.5M |
| Dependents | 923 | 62 | 162.5K |
| Releases | 14 | 3 | 67 |
| Last Updated | 537d ago | 397d ago | 15d ago |
| Age | 4y 7m | 2y 10m | 7y 8m |
Health Breakdown
async-once-cell
Maintenance
7
Quality
17
Community
14
Popularity
8
Documentation
12
async-lazy
Maintenance
6
Quality
17
Community
11
Popularity
5
Documentation
10
once_cell
Maintenance
18
Quality
18
Community
16
Popularity
8
Documentation
15
Technical Details
| async-once-cell | async-lazy | once_cell | |
|---|---|---|---|
| Version | 0.5.4 | 0.1.2 | 1.21.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 3 | 5 |
| Crate Size | 20KB | 15KB | 35KB |
| Features | 2 | 2 | 9 |
| Yanked % | 0.0% | 0.0% | 11.9% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | 1.65 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •once_cell leads with a health score of 75/100, but none of the options score above 80.
- •once_cell is depended on by 162.5K crates — strongest ecosystem trust.
- •⚠ async-once-cell, async-lazy have not been updated in over a year.
- •async-once-cell, async-lazy are pre-1.0 — API may change.