Skip to content

Releases: dtolnay/itoa

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)

0.4.0

18 Mar 07:29
0.4.0
ab5b81e
Compare
Choose a tag to compare

0.3.4

16 Sep 21:32
0.3.4
13d1f09
Compare
Choose a tag to compare
  • Add support for u128 and i128 behind a Cargo cfg (thanks @henninglive)

    [dependencies]
    itoa = { version = "0.3.4", features = ["i128"] }

0.3.3

29 Aug 16:59
0.3.3
b460ecb
Compare
Choose a tag to compare
  • Performance improvement for unbuffered writers (#8, thanks @SimonSapin)

0.3.2

23 Aug 02:53
0.3.2
678a4b4
Compare
Choose a tag to compare
  • Render the readme on crates.io

0.3.1

05 Feb 13:49
0.3.1
251184e
Compare
Choose a tag to compare

0.3.0

28 Jan 22:05
0.3.0
f374082
Compare
Choose a tag to compare
  • Return the number of bytes written (#7)

0.2.1

28 Jan 22:05
0.2.1
b2445b6
Compare
Choose a tag to compare
  • Include tests and license for crates.io archive (#4)

0.2.0

24 Jan 00:48
0.2.0
8427ff6
Compare
Choose a tag to compare
  • Allow the io::Write argument of itoa::write to be a trait object