[go: up one dir, main page]

atoi 0.3.3

Parse integers directly from `[u8]` slices in safe code
Documentation
Changelog
=========

0.3.3
-----

* Introduce `FromRadix10Signed` and `FromRadix10SignedChecked` for parsing signed integers.

0.3.2
-----

* Add support for hex numbers through `FromRadix16` and `FromRadix16Checked`.
* Fix: Documentation of `FromRadix10Checked` now has code samples using this trait.

0.3.1
-----

* Fix: Fixed documentation of `atoi`s overflow behaviour.

0.3.0
-----

* Added `From_radix_10_checked`.
* Breaking change: atoi now returns `None` on overflow

0.2.4
-----

* Documentation now hints at `FromRadix10` trait.
* Updated to Rust 2018