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

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

#4 in #introduce

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