Decision Workspace
intx vs arbitrary-int vs bitbybit
Side-by-side comparison of Rust crates
48
intx
growingv0.1.0
Defines new integer types with non-standard but fixed sizes.
69
arbitrary-int
stablev2.1.1
Modern and lightweight implementation of u2, u3, u4, ..., u127.
65
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
| intx | arbitrary-int | bitbybit | |
|---|---|---|---|
| Health Score | 48 | 69 | 65 |
| Total Downloads | 367.1K | 1.5M | 426.1K |
| 30d Downloads | 6.4K | 163.0K | 35.0K |
| Dependents | 68 | 197 | 83 |
| Releases | 1 | 14 | 16 |
| Last Updated | 1047d ago | 41d ago | 42d ago |
| Age | 2y 10m | 3y 7m | 3y 7m |
Health Breakdown
intx
Maintenance
1
Quality
16
Community
11
Popularity
7
Documentation
13
arbitrary-int
Maintenance
16
Quality
22
Community
12
Popularity
7
Documentation
12
bitbybit
Maintenance
16
Quality
21
Community
11
Popularity
7
Documentation
10
Technical Details
| intx | arbitrary-int | bitbybit | |
|---|---|---|---|
| Version | 0.1.0 | 2.1.1 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0/MIT | MIT | MIT |
| Dependencies | 0 | 10 | 6 |
| Crate Size | 21KB | 61KB | 35KB |
| Features | 0 | 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 69/100, but none of the options score above 80.
- •arbitrary-int is depended on by 197 crates — strongest ecosystem trust.
- •⚠ intx has not been updated in over a year.
- •intx is pre-1.0 — API may change.