sync_wrapper 1.0.1

A tool for enlisting the compiler's help in proving the absence of concurrency
Documentation
[dependencies.futures-core]
default-features = false
optional = true
version = "0.3"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.pin-project-lite]
version = "0.2.7"

[features]
futures = ["futures-core"]

[package]
authors = ["Actyx AG <developer@actyx.io>"]
categories = ["concurrency"]
description = "A tool for enlisting the compiler's help in proving the absence of concurrency"
documentation = "https://docs.rs/sync_wrapper"
edition = "2018"
homepage = "https://docs.rs/sync_wrapper"
keywords = ["concurrency"]
license = "Apache-2.0"
name = "sync_wrapper"
readme = "README.md"
repository = "https://github.com/Actyx/sync_wrapper"
version = "1.0.1"
[package.metadata.docs.rs]
features = ["futures"]