Crates.io | lock_ordering |
lib.rs | lock_ordering |
version | 0.1.0 |
source | src |
created_at | 2023-10-09 19:29:02.796938 |
updated_at | 2023-10-09 19:29:02.796938 |
description | Lock ordering enforcement at compile time. |
homepage | |
repository | https://github.com/akonradi/lock-ordering |
max_upload_size | |
id | 998371 |
size | 15,387 |
This library contains types and traits to ensure, at compile time, that locks are acquired in the correct order.
Inspired by Fuchsia's lock-ordering and lock-sequence libraries.