try-lock-portable-atomic 0.2.5-patch0

A lightweight atomic lock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "portable-atomic"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e5086c5223251b983ee611847ae44ce0af15f7b113b0e86441db0270899b530"

[[package]]
name = "try-lock-portable-atomic"
version = "0.2.5-patch0"
dependencies = [
 "portable-atomic",
]