Lines Matching refs:rayon
3 [![Rayon crate](https://img.shields.io/crates/v/rayon.svg)](https://crates.io/crates/rayon)
4 [![Rayon documentation](https://docs.rs/rayon/badge.svg)](https://docs.rs/rayon)
6 ![build status](https://github.com/rayon-rs/rayon/workflows/master/badge.svg)
7 …oin the chat at https://gitter.im/rayon-rs/Lobby](https://badges.gitter.im/rayon-rs/Lobby.svg)](ht…
15 [available on crates.io](https://crates.io/crates/rayon), and
16 [API Documentation is available on docs.rs](https://docs.rs/rayon/).
18 [blog]: http://smallcultfollowing.com/babysteps/blog/2015/12/18/rayon-data-parallelism-in-rust/
28 use rayon::prelude::*;
43 [Parallel iterators]: https://docs.rs/rayon/*/rayon/iter/index.html
44 [join]: https://docs.rs/rayon/*/rayon/fn.join.html
45 [scope]: https://docs.rs/rayon/*/rayon/fn.scope.html
46 [custom threadpools]: https://docs.rs/rayon/*/rayon/struct.ThreadPool.html
68 [Rayon is available on crates.io](https://crates.io/crates/rayon). The
74 rayon = "1.5"
79 [Rayon prelude](https://docs.rs/rayon/*/rayon/prelude/index.html). In
84 use rayon::prelude::*;
91 …rayon-rs/rayon/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). These are all (or should …
95 To see Rayon in action, check out the `rayon-demo` directory, which
102 > cd rayon-demo
109 > cd rayon-demo
117 [faq]: https://github.com/rayon-rs/rayon/blob/master/FAQ.md