sync_rw_cell 0.2.0

Thread-safe version of RefCell.
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 = "mutability_marker"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abea30ff8a685009ac66a03fad095fc6df0df4f86765bfe08dd43a1f2c1f895a"

[[package]]
name = "sync_rw_cell"
version = "0.2.0"
dependencies = [
 "mutability_marker",
]