ordered-locks 0.1.1

Compiletime deadlock avoidance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.tokio]
features = ["sync"]
optional = true
version = "1.12.0"

[package]
authors = ["Jakob Truelsen <jakob@scalgo.com>"]
description = "Compiletime deadlock avoidance"
documentation = "https://docs.rs/ordered-locks"
edition = "2021"
keywords = ["locking"]
license = "MIT OR Apache-2.0"
name = "ordered-locks"
readme = "README.md"
repository = "https://github.com/antialize/ordered-locks"
resolver = "2"
version = "0.1.1"