Decision Workspace
width_counters vs atomig vs atomic-int
Side-by-side comparison of Rust crates
46
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.
53
atomic-int
growingv0.1.5
Atomics for additional integers, like C/FFI types
Core Metrics
| width_counters | atomig | atomic-int | |
|---|---|---|---|
| Health Score | 46 | 58 | 53 |
| Total Downloads | 10.7K | 1.2M | 57.9K |
| 30d Downloads | 0 | 106.9K | 0 |
| Dependents | 0 | 47 | 6 |
| Releases | 9 | 10 | 6 |
| Last Updated | 746d ago | 373d ago | 224d ago |
| Age | 3y | 6y 10m | 2y 8m |
Health Breakdown
width_counters
Maintenance
4
Quality
21
Community
6
Popularity
5
Documentation
10
atomig
Maintenance
6
Quality
16
Community
16
Popularity
7
Documentation
13
atomic-int
Maintenance
7
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, atomig have not been updated in over a year.
- •atomig, atomic-int are pre-1.0 — API may change.