From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/rustc-rayon/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/rustc-rayon/README.md (limited to 'vendor/rustc-rayon/README.md') diff --git a/vendor/rustc-rayon/README.md b/vendor/rustc-rayon/README.md new file mode 100644 index 000000000..6a0d54651 --- /dev/null +++ b/vendor/rustc-rayon/README.md @@ -0,0 +1,10 @@ +# rustc-rayon + +rustc-rayon is a fork of [the Rayon crate](https://github.com/rayon-rs/rayon/). It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon. =) + +## License + +rustc-rayon is a fork of rayon. rayon is distributed under the terms of both the MIT license and the +Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and +[LICENSE-MIT](LICENSE-MIT) for details. Opening a pull requests is +assumed to signal agreement with these licensing terms. -- cgit v1.2.3