Decision Workspace
radium vs hv-cell vs atomig
Side-by-side comparison of Rust crates
64
radium
growingv1.1.1
Portable interfaces for maybe-atomic types
43
hv-cell
growingv0.1.0
A no-std port of the `atomic_refcell` crate with additional `Arc`-centric functionality
58
atomig
growingv0.4.3
Generic, convenient and lock-free `std` atomics via `Atomic<T>`. Can be used with many primitive types (including floats) and with custom types.
Core Metrics
| radium | hv-cell | atomig | |
|---|---|---|---|
| Health Score | 64 | 43 | 58 |
| Total Downloads | 202.1M | 3.1K | 1.2M |
| 30d Downloads | 14.6M | 0 | 106.9K |
| Dependents | 55 | 8 | 47 |
| Releases | 20 | 1 | 10 |
| Last Updated | 320d ago | 1655d ago | 373d ago |
| Age | 7y | 4y 6m | 6y 10m |
Health Breakdown
radium
Maintenance
6
Quality
19
Community
16
Popularity
8
Documentation
15
hv-cell
Maintenance
1
Quality
16
Community
9
Popularity
4
Documentation
13
atomig
Maintenance
6
Quality
16
Community
16
Popularity
7
Documentation
13
Technical Details
| radium | hv-cell | atomig | |
|---|---|---|---|
| Version | 1.1.1 | 0.1.0 | 0.4.3 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 2 | 3 |
| Crate Size | 14KB | 7KB | 22KB |
| Features | 2 | 1 | 1 |
| Yanked % | 5.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.60 | — | — |
| Owners | 3 (team) | 1 | 2 (team) |
Links
Quick Verdict
- •radium leads with a health score of 64/100, but none of the options score above 80.
- •⚠ hv-cell, atomig have not been updated in over a year.
- •hv-cell, atomig are pre-1.0 — API may change.