Releases: dtolnay/itoa
Releases · dtolnay/itoa
0.4.2
0.4.1
0.4.0
- Add
itoa::fmt
function to write to anfmt::Write
- Support
no_std
- Begin using sealed trait pattern
0.3.4
-
Add support for u128 and i128 behind a Cargo cfg (thanks @henninglive)
[dependencies] itoa = { version = "0.3.4", features = ["i128"] }
0.3.3
0.3.2
0.3.1
- Add the value formatting category on crates.io