2 releases
Uses old Rust 2015
0.0.2 | Feb 26, 2015 |
---|---|
0.0.1 | Feb 19, 2015 |
#21 in #mutability
3KB
60 lines
rcmut
An unchecked shared mutability primitive.
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
rcmut = "*"
Author
Jonathan Reem is the primary author and maintainer of rcmut.
License
MIT
lib.rs
:
RcMut
An unchecked shared mutability primitive.
RcMut provides unchecked shared mutability and ownership. It is extremely unsafe to use directly.