Skip to content

Commit 55f0efc

Browse files
authored
add a link to docs to the readme
1 parent 4ad53da commit 55f0efc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).
55
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for our contributing guidelines.
66

7+
The docs for this crate are published from the main branch.
8+
You can [read them here][docs].
9+
710
If you have questions about SIMD, we have begun writing a [guide][simd-guide].
811
We can also be found on [Zulip][zulip-project-portable-simd].
912

@@ -29,3 +32,4 @@ The `mask` types are "truthy" values, but they use the number of bits in their n
2932
[simd-guide]: ./beginners-guide.md
3033
[zulip-project-portable-simd]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd
3134
[stdarch]: https://github.com/rust-lang/stdarch
35+
[docs]: https://rust-lang.github.io/stdsimd/core_simd

0 commit comments

Comments
 (0)