itoa 0.4.8

Fast functions for printing integer primitives to an io::Write
Documentation
[features]
default = ["std"]
i128 = []
std = []

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting"]
description = "Fast functions for printing integer primitives to an io::Write"
documentation = "https://docs.rs/itoa"
exclude = ["performance.png"]
license = "MIT OR Apache-2.0"
name = "itoa"
readme = "README.md"
repository = "https://github.com/dtolnay/itoa"
version = "0.4.8"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]