Commit Graph

10 Commits

Author SHA1 Message Date
Samuel Marks 8d64f674a0
[*.rs] rustfmt 2020-06-29 12:00:26 +10:00
David Tolnay 03846c8925
No longer need i128 feature gate which has been stabilized 2018-10-13 20:10:31 -07:00
David Tolnay 01f062e16c
Format with rustfmt 0.99.4 2018-09-08 12:11:11 -07:00
Mike Hommey 70883abe4d Support no_std
Fixes #3.
2018-03-18 15:58:47 +09:00
Mike Hommey 9f3e867f04 Provide itoa::fmt to write to fmt::Write
Fixes #5.
2018-03-18 15:52:58 +09:00
David Tolnay a3dadb1557
Suppress some clippy lints 2017-09-16 14:22:05 -07:00
Henning Ottesen e9069ce1f1 Add support for 128-bit integers 2017-09-13 03:50:47 +02:00
Simon Sapin 220a8680ca
Include the minus sign in the same buffer, to only make a single write_all call. 2017-08-29 09:47:56 -07:00
Anthony Ramine bd4884d34b Return the number of bytes written from itoa::write (fixes #6) 2017-01-28 22:14:54 +01:00
David Tolnay 92e5b742e9
itoa::write 2016-06-25 14:32:23 -07:00