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

Christopher Obbard <[email protected]> Tue, 14 Jul 2026 01:24:33 +0100
Newsgroups gmane.linux.debian.devel.general
Message-ID <09a9dd4ba829503dd18ff3d86d5b0a3b__38011.2362139457$1783988851$gmane$org@debian.org>
Package: wnpp
Severity: wishlist
Owner: Christopher Obbard <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]

* Package name    : rust-clone-replace
  Version         : 0.1.1
  Upstream Author : Ed Smith <[email protected]>
* 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).