1 unstable release
0.1.0 | Jun 14, 2023 |
---|
#4 in #introduce
13KB
222 lines
shared_mut_ref
A Rust crate which introduces a type for sharing a mutable reference and mutating the value behind it.
lib.rs
:
A crate which introduces a type for sharing a mutable reference and mutating the value behind it.