fused-lock 0.1.1

Fused RwLock, that, once locked for reading, can not be used to obtain further exclusive access.
Documentation
[package]
name = "fused-lock"
version = "0.1.1"
authors = ["Connor <chorman64@gmail.com>"]
edition = "2018"
description = """
 Fused RwLock, that, once locked for reading, can not be used to obtain further exclusive access.
"""
license = "MIT AND Apache-2.0"
repository = "https://github.com/chorman0773/fused-lock-rs"
documentation = "https://docs.rs/fused-lock"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parking_lot = "0.11.1"