* 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).