maybe-rayon 0.1.1

Either acts as rayon or creates a single-threaded facade
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.rayon]
optional = true
version = "1.0"

[features]
default = ["threads"]
threads = ["rayon"]

[package]
description = "Either acts as rayon or creates a single-threaded facade"
edition = "2021"
homepage = "https://github.com/shssoichiro/maybe-rayon"
license = "MIT"
name = "maybe-rayon"
repository = "https://github.com/shssoichiro/maybe-rayon"
version = "0.1.1"