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 af20e3f commit cdf7e3dCopy full SHA for cdf7e3d
Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "simd"
3
-version = "0.1.1"
+version = "0.2.0"
4
authors = ["Huon Wilson <[email protected]>"]
5
6
repository = "https://github.com/rust-lang-nursery/simd"
7
-documentation = "https://docs.rs/simd"
+documentation = "https://rust-lang-nursery.github.io/simd/doc/simd"
8
license = "MIT/Apache-2.0"
9
keywords = ["simd", "data-parallel"]
10
readme = "README.md"
0 commit comments