readlock 0.1.6

A weird alternative to Arc<RwLock<T>>
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "branches"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7958fb9748a08a6f46ef773e87c43997a844709bc293b4c3de48135debaf9d2a"

[[package]]
name = "rclite"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee9f0c2e8b8ef3ea8b0d074b9a0a192d99d47e2023bec8fd6336f2d8543a43b9"
dependencies = [
 "branches",
]

[[package]]
name = "readlock"
version = "0.1.6"
dependencies = [
 "rclite",
]