lamlock 0.2.0

MCS-style flat-combining mutex with panic-awareness
Documentation
[[bench]]
harness = false
name = "lamlock-bench"
path = "benches/lamlock-bench.rs"

[dependencies.rustix]
default-features = false
features = ["thread"]
version = "1.0.7"

[dev-dependencies.criterion]
version = "0.6.0"

[features]
nightly = []

[lib]
name = "lamlock"
path = "src/lib.rs"

[package]
authors = ["schrodingerzhu <yifanzhu@rochester.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "no-std"]
description = "MCS-style flat-combining mutex with panic-awareness"
edition = "2024"
homepage = "https://github.com/schrodingerzhu/useless"
keywords = ["mutex", "MCS", "flat-combining", "synchronization"]
license = "MIT OR Apache-2.0"
name = "lamlock"
readme = "README.md"
repository = "https://github.com/schrodingerzhu/useless"
version = "0.2.0"