itoa 0.4.4

Fast functions for printing integer primitives to an io::Write
Documentation
[package]
name = "itoa"
version = "0.4.4" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"
repository = "https://github.com/dtolnay/itoa"
documentation = "https://github.com/dtolnay/itoa"
categories = ["value-formatting"]
readme = "README.md"
exclude = ["performance.png"]

[features]
default = ["std"]
i128 = []
std = []

[badges]
travis-ci = { repository = "dtolnay/itoa" }