rayon-macro 0.2.0

Macros enabling parallelism using the rayon crate
Documentation
[dependencies.proc-macro-crate]
version = "0.1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["fold", "full"]
version = "1"
[dev-dependencies.rayon]
version = "1.3"

[lib]
proc-macro = true

[package]
authors = ["Josh Stone <cuviper@gmail.com>"]
categories = ["concurrency"]
description = "Macros enabling parallelism using the rayon crate"
documentation = "https://docs.rs/rayon-macro/"
edition = "2018"
exclude = ["bors.toml", ".github/*"]
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
license = "Apache-2.0 OR MIT"
name = "rayon-macro"
readme = "README.md"
repository = "https://github.com/rayon-rs/rayon-macro"
version = "0.2.0"