interrupt-ref-cell 0.2.0

A `RefCell` for sharing data with interrupt handlers on the same thread.
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 = "interrupt-ref-cell"
version = "0.2.0"
dependencies = [
 "interrupts",
]

[[package]]
name = "interrupts"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bbb59c47a9cbc081a8ac5ba94873d3058d88cff284c07a8eb7da0df3857d81"