tokio-rayon 2.1.0

Mix async code with CPU-heavy thread pools using Tokio + Rayon
Documentation
[dependencies.rayon]
version = "1.5.0"

[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1.4.0"
[dev-dependencies.tokio]
default-features = false
features = ["sync", "macros", "rt", "time", "rt-multi-thread"]
version = "1.4.0"

[dev-dependencies.tokio-test]
version = "0.4.1"

[package]
authors = ["Andy Barron <andrewlbarron@gmail.com>"]
categories = ["asynchronous", "concurrency", "rust-patterns"]
description = "Mix async code with CPU-heavy thread pools using Tokio + Rayon"
edition = "2018"
keywords = ["tokio", "rayon", "async", "thread-pool"]
license = "MIT"
name = "tokio-rayon"
readme = "README.md"
repository = "https://github.com/andybarron/tokio-rayon"
version = "2.1.0"