1 Star 0 Fork 0

ParallelArmy/rayon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Josh Stone 提交于 2021-05-17 16:20 . Release rayon 1.5.1 / rayon-core 1.9.1
[package]
name = "rayon"
# Reminder to update html_rool_url in lib.rs when updating version
version = "1.5.1"
authors = ["Niko Matsakis <niko@alum.mit.edu>",
"Josh Stone <cuviper@gmail.com>"]
description = "Simple work-stealing parallelism for Rust"
edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/rayon-rs/rayon"
documentation = "https://docs.rs/rayon/"
readme = "README.md"
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
categories = ["concurrency"]
exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
[workspace]
members = ["rayon-demo", "rayon-core"]
exclude = ["ci"]
[dependencies]
rayon-core = { version = "1.9.1", path = "rayon-core" }
crossbeam-deque = "0.8.0"
# This is a public dependency!
[dependencies.either]
version = "1.0"
default-features = false
[dev-dependencies]
docopt = "1"
lazy_static = "1"
rand = "0.8"
rand_xorshift = "0.3"
[dev-dependencies.serde]
version = "1.0.85"
features = ["derive"]
[build-dependencies]
autocfg = "1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ParallelArmy/rayon.git
git@gitee.com:ParallelArmy/rayon.git
ParallelArmy
rayon
rayon
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385