We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3b155 commit 35dd88eCopy full SHA for 35dd88e
Cargo.toml
@@ -3,9 +3,8 @@ name = "simd"
3
version = "0.1.1"
4
authors = ["Huon Wilson <[email protected]>"]
5
6
-homepage = "https://github.com/huonw/simd"
7
-repository = "https://github.com/huonw/simd"
8
-documentation = "http://huonw.github.io/simd/simd/"
+repository = "https://github.com/rust-lang-nursery/simd"
+documentation = "https://docs.rs/simd"
9
license = "MIT/Apache-2.0"
10
keywords = ["simd", "data-parallel"]
11
readme = "README.md"
0 commit comments