Decision Workspace
arbintrary vs arbitrary-int vs bitbybit
Side-by-side comparison of Rust crates
43
arbintrary
growingv0.4.0
Proof of concept for arbitrary integer sizes using generic const.
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
| arbintrary | arbitrary-int | bitbybit | |
|---|---|---|---|
| Health Score | 43 | 69 | 65 |
| Total Downloads | 11.3K | 1.5M | 426.1K |
| 30d Downloads | 26 | 157.7K | 33.7K |
| Dependents | 0 | 197 | 83 |
| Releases | 7 | 14 | 16 |
| Last Updated | 1732d ago | 41d ago | 42d ago |
| Age | 4y 9m | 3y 7m | 3y 7m |
Health Breakdown
arbintrary
Maintenance
5
Quality
18
Community
6
Popularity
5
Documentation
9
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
| arbintrary | arbitrary-int | bitbybit | |
|---|---|---|---|
| Version | 0.4.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 | 16KB | 61KB | 35KB |
| Features | 2 | 10 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 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.
- •⚠ arbintrary has not been updated in over a year.
- •arbintrary is pre-1.0 — API may change.