#1142025 ITP: rust-clone-replace -- Share mutable data by cloning and replacing a reference

Package:
wnpp
Source:
wnpp
Submitter:
Christopher Obbard
Date:
2026-07-14 00:27:02 UTC
Severity:
normal
#1142025#5
Date:
2026-07-14 00:24:33 UTC
From:
To:
* Package name    : rust-clone-replace
  Version         : 0.1.1
  Upstream Author : Ed Smith <ed.smith@collabora.com>
* URL             : https://github.com/eds-collabora/clone-replace
* License         : Apache-2.0 or MIT
  Programming Lang: Rust
  Description     : Share mutable data by cloning and replacing a reference

 A Rust crate for sharing mutable data between threads by cloning the current
 value, modifying the clone and atomically replacing the shared reference.
 It provides an alternative to lock-based sharing for read-mostly workloads.

This crate is being packaged as a dependency of rust-lava-api (Bug#1141887).