sync_wrapper 0.1.1

A tool for enlisting the compiler’s help in proving the absence of concurrency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.pin-project-lite]
version = "0.2.7"

[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 = "0.1.1"