Skip to content

Releases: dtolnay/itoa

1.0.1

12 Dec 21:01
1.0.1
ba8dd88
Compare
Choose a tag to compare
Release 1.0.1

1.0.0

12 Dec 18:43
1.0.0
e6a8f6f
Compare
Choose a tag to compare
Release 1.0.0

0.4.8

22 Aug 05:25
0.4.8
de247d6
Compare
Choose a tag to compare
  • Optimize performance of writing u128/i128 on 64bit system (#27, thanks @Kogia-sima!)

0.4.7

27 Dec 20:59
0.4.7
08c79b5
Compare
Choose a tag to compare
  • Documentation improvements

0.4.6

27 Dec 20:57
0.4.6
4911818
Compare
Choose a tag to compare
  • Documentation improvements

0.4.5

24 Jan 21:15
0.4.5
0ecba42
Compare
Choose a tag to compare
  • Eliminate deprecation warnings on use of try! macro and mem::uninitialized

0.4.4

02 May 02:29
0.4.4
7ef10b2
Compare
Choose a tag to compare
  • Documentation improvements

0.4.3

08 Sep 19:16
0.4.3
caec274
Compare
Choose a tag to compare

0.4.2

05 Jul 20:43
0.4.2
878d441
Compare
Choose a tag to compare
  • Remove unnecessary copyright line in MIT license

0.4.1

22 Mar 16:58
0.4.1
8f91e1e
Compare
Choose a tag to compare
  • Use minimally sized buffer for each integer type (#16, thanks @Object905)