Uses old Rust 2015
0.1.0 |
|
---|
#53 in #rwlock
9KB
214 lines
This crate aims, like many others, to get rid of the pesky 'a
in your
guards, while keeping the easy to reason about semantics of
read-write-locks.
The trick is based on a finite set of static RwLock
s, which are mapped to
the memory adress of a container type implementing StableDeref
, from the
stable_deref
crate.
Dependencies
~1MB
~17K SLoC