#mutable #value #reference #behind #sharing #introduce #shared-mutability

shared_mut_ref

A crate which introduces a type for sharing a mutable reference and mutating the value behind it

1 unstable release

0.1.0 Jun 14, 2023

#11 in #behind

37 downloads per month

MPL-2.0 license

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.

No runtime deps