syncrs 0.4.0

spinlock-based syncronization primitives for no_std enviroments
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 = "allocator-api2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78200ac3468a57d333cd0ea5dd398e25111194dcacd49208afca95c629a6311d"

[[package]]
name = "syncrs"
version = "0.4.0"
dependencies = [
 "allocator-api2",
]