- Add support for hex numbers through
FromRadix16
andFromRadix16Checked
. - Fix: Documentation of
FromRadix10Checked
now has code samples using this trait.
- Fix: Fixed documentation of
atoi
s overflow behaviour.
- Added
From_radix_10_checked
. - Breaking change: atoi now returns
None
on overflow
- Documentation now hints at
FromRadix10
trait. - Updated to Rust 2018