Decision Workspace
atoi_radix10 vs atoi vs btoi
Side-by-side comparison of Rust crates
38
atoi_radix10
growingv0.0.1
Parse strings as base 10 integers quickly (especially u64/u128)
64
atoi
growingv2.0.0
Parse integers directly from `[u8]` slices in safe code
53
btoi
growingv0.5.0
Parse integers directly from ASCII byte slices
Core Metrics
| atoi_radix10 | atoi | btoi | |
|---|---|---|---|
| Health Score | 38 | 64 | 53 |
| Total Downloads | 9.4K | 109.5M | 14.9M |
| 30d Downloads | 295 | 10.8M | 794.0K |
| Dependents | 5 | 1.4K | 618 |
| Releases | 1 | 13 | 12 |
| Last Updated | 1734d ago | 1263d ago | 302d ago |
| Age | 4y 9m | 8y 9m | 8y 6m |
Health Breakdown
atoi_radix10
Maintenance
1
Quality
16
Community
7
Popularity
5
Documentation
9
atoi
Maintenance
5
Quality
22
Community
14
Popularity
8
Documentation
15
btoi
Maintenance
6
Quality
14
Community
13
Popularity
8
Documentation
12
Technical Details
| atoi_radix10 | atoi | btoi | |
|---|---|---|---|
| Version | 0.0.1 | 2.0.0 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 7 | 2 | 3 |
| Crate Size | 28KB | 8KB | 12KB |
| Features | 3 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 8.3% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.57.0 | 1.60 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •atoi leads with a health score of 64/100, but none of the options score above 80.
- •atoi is depended on by 1.4K crates — strongest ecosystem trust.
- •⚠ atoi_radix10, atoi have not been updated in over a year.
- •atoi_radix10, btoi are pre-1.0 — API may change.