зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
326 B
TOML
10 строки
326 B
TOML
[package]
|
|
name = "itoa"
|
|
version = "0.3.1"
|
|
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"]
|