ordered-locks 0.1.1

Compiletime deadlock avoidance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ordered-locks"
version = "0.1.1"
edition = "2021"
authors = ["Jakob Truelsen <jakob@scalgo.com>"]
description = "Compiletime deadlock avoidance"
documentation = "https://docs.rs/ordered-locks"
keywords = ["locking"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antialize/ordered-locks"

[dependencies]
tokio = { version = "1.12.0", features = ["sync"], optional=true}