Re-export Rayon crate
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
To perform anything beyond the most basic operations with the rayon feature enabled, it is necessary to import Rayon directly in the consuming code. Re-exporting Rayon at the top level is the most effective way to prevent conflicts caused by pulling in different versions of it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.