ruspiro-lock 0.3.0

Simple atomic locking and safe data access (mutual exclusive) cross cores on Raspberry Pi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ruspiro-interrupt-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7b390251fac17053254f0f0bacace3ff6732b6eae4b73ef8343ba5463f3db1f"

[[package]]
name = "ruspiro-lock"
version = "0.3.0"
dependencies = [
 "ruspiro-interrupt-core",
]