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

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