sortlock 0.0.0

A crate providing ordered locking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
categories = ["concurrency"]
description = "A crate providing ordered locking."
documentation = "https://docs.rs/sortlock"
edition = "2021"
homepage = "https://crates.io/crates/sortlock"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["concurrency"]
license = "BSD-3-Clause"
name = "sortlock"
readme = "README.md"
repository = "https://github.com/Tomaso2468/sortlock"
version = "0.0.0"