Decision Workspace
uintx vs arbitrary-int vs bitbybit
Side-by-side comparison of Rust crates
45
uintx
growingv0.1.0
Unaligned unsigned integers with exact size in memory and arithmetic operations for them
68
arbitrary-int
stablev2.1.1
Modern and lightweight implementation of u2, u3, u4, ..., u127.
63
bitbybit
stablev2.0.0
Efficient implementation of bit-fields where several numbers are packed within a larger number and bit-enums. Useful for drivers, so it works in no_std environments
Core Metrics
| uintx | arbitrary-int | bitbybit | |
|---|---|---|---|
| Health Score | 45 | 68 | 63 |
| Total Downloads | 8.4K | 2.0M | 533.8K |
| 30d Downloads | 0 | 224.4K | 49.5K |
| Dependents | 9 | 215 | 94 |
| Releases | 4 | 14 | 16 |
| Last Updated | 739d ago | 101d ago | 101d ago |
| Age | 2y 1m | 3y 9m | 3y 9m |
Health Breakdown
uintx
Maintenance
5
Quality
17
Community
8
Popularity
5
Documentation
10
arbitrary-int
Maintenance
14
Quality
22
Community
12
Popularity
8
Documentation
12
bitbybit
Maintenance
14
Quality
21
Community
11
Popularity
7
Documentation
10
Technical Details
| uintx | arbitrary-int | bitbybit | |
|---|---|---|---|
| Version | 0.1.0 | 2.1.1 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 6 | 10 | 6 |
| Crate Size | 21KB | 61KB | 35KB |
| Features | 7 | 10 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.83 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •arbitrary-int leads with a health score of 68/100, but none of the options score above 80.
- •arbitrary-int is depended on by 215 crates — strongest ecosystem trust.
- •⚠ uintx has not been updated in over a year.
- •uintx is pre-1.0 — API may change.