From edabaf07633479a8d1f70d3d1e12bbcf459e3ade Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 17 Sep 2017 18:10:48 -0400 Subject: [PATCH] add doc link --- library/stdarch/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml index b482814e1675..315a46f97f59 100644 --- a/library/stdarch/Cargo.toml +++ b/library/stdarch/Cargo.toml @@ -3,6 +3,7 @@ name = "stdsimd" version = "0.0.1" #:version authors = ["Andrew Gallant "] description = "Experiments for adding SIMD support to Rust's standard library." +documentation = "https://docs.rs/stdsimd" homepage = "https://github.com/BurntSushi/stdsimd" repository = "https://github.com/BurntSushi/stdsimd" readme = "README.md"