fused-lock 0.1.1

Fused RwLock, that, once locked for reading, can not be used to obtain further exclusive access.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.parking_lot]
version = "0.11.1"

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