Decision Workspace
atoi vs btoi vs atoi_radix10
Side-by-side comparison of Rust crates
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
38
atoi_radix10
growingv0.0.1
Parse strings as base 10 integers quickly (especially u64/u128)
Core Metrics
| atoi | btoi | atoi_radix10 | |
|---|---|---|---|
| Health Score | 64 | 53 | 38 |
| Total Downloads | 109.5M | 14.9M | 9.4K |
| 30d Downloads | 10.4M | 767.5K | 249 |
| Dependents | 1.4K | 618 | 5 |
| Releases | 13 | 12 | 1 |
| Last Updated | 1263d ago | 302d ago | 1734d ago |
| Age | 8y 9m | 8y 6m | 4y 9m |
Health Breakdown
atoi
Maintenance
5
Quality
22
Community
14
Popularity
8
Documentation
15
btoi
Maintenance
6
Quality
14
Community
13
Popularity
8
Documentation
12
atoi_radix10
Maintenance
1
Quality
16
Community
7
Popularity
5
Documentation
9
Technical Details
| atoi | btoi | atoi_radix10 | |
|---|---|---|---|
| Version | 2.0.0 | 0.5.0 | 0.0.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 7 |
| Crate Size | 8KB | 12KB | 28KB |
| Features | 2 | 2 | 3 |
| Yanked % | 0.0% | 8.3% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| 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, atoi_radix10 have not been updated in over a year.
- •btoi, atoi_radix10 are pre-1.0 — API may change.