Decision Workspace
width_counters vs atomig vs atomic-int
Side-by-side comparison of Rust crates
48
width_counters
growingv2.0.2
Atomic counters with variable bit widths and customizable atomic ordering
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.
55
atomic-int
growingv0.1.5
Atomics for additional integers, like C/FFI types
Core Metrics
| width_counters | atomig | atomic-int | |
|---|---|---|---|
| Health Score | 48 | 58 | 55 |
| Total Downloads | 10.7K | 999.0K | 57.8K |
| 30d Downloads | 13 | 86.2K | 61 |
| Dependents | 0 | 36 | 6 |
| Releases | 9 | 10 | 6 |
| Last Updated | 687d ago | 314d ago | 164d ago |
| Age | 2y 10m | 6y 8m | 2y 6m |
Health Breakdown
width_counters
Maintenance
6
Quality
21
Community
6
Popularity
5
Documentation
10
atomig
Maintenance
7
Quality
16
Community
15
Popularity
7
Documentation
13
atomic-int
Maintenance
9
Quality
19
Community
7
Popularity
6
Documentation
14
Technical Details
| width_counters | atomig | atomic-int | |
|---|---|---|---|
| Version | 2.0.2 | 0.4.3 | 0.1.5 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | Apache-2.0 |
| Dependencies | 5 | 3 | 1 |
| Crate Size | 12KB | 22KB | 11KB |
| Features | 3 | 1 | 17 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | 1.60 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •atomig leads with a health score of 58/100, but none of the options score above 80.
- •⚠ width_counters has not been updated in over a year.
- •atomig, atomic-int are pre-1.0 — API may change.