ieu 0.1.0

A low-overhead parallel thread pool
Documentation
[[bench]]
harness = false
name = "stole"
path = "benches/stole.rs"

[dependencies.aligned-vec]
version = "0.6.4"

[dependencies.diol]
version = "0.13.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.spindle]
version = "0.2.3"

[lib]
name = "ieu"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(loom)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A low-overhead parallel thread pool"
edition = "2024"
license = "MIT"
name = "ieu"
readme = "README.md"
repository = "https://github.com/mrvillage/ieu"
version = "0.1.0"

[target."cfg(loom)".dependencies.loom]
version = "0.7"