From 65c797190caab625fe73afa733e70f98e64cfdd7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 7 Dec 2020 19:34:16 -0800 Subject: [PATCH] Point Cargo.toml metadata documentation link to docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82a1934..544af02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["David Tolnay "] license = "MIT OR 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" +documentation = "https://docs.rs/itoa" categories = ["value-formatting"] readme = "README.md" exclude = ["performance.png"]