$ arc-swap
v1.9.0Atomically swappable Arc
Latest Update Summary
Crate
Name: arc-swap New version: 1.8.0 Release date: 2025-12-23T11:04:45.513505Z
Crate readme
Short description
Provides something similar to what RwLock<Arc<T>> is or what Atomic<Arc<T>> would be if it existed, optimized for read-mostly write-seldom scenarios.
Long description
ArcSwap is optimized for scenarios where reads are more frequent than writes, offering consistent performance characteristics akin to RwLock<Arc<T>> or a hypothetical Atomic<Arc<T>>. The crate supports any edition 2018 capable compiler.
Features • Optimized for read-mostly, write-seldom scenarios • Consistent performance characteristics
Code Examples
Links • https://docs.rs/arc-swap
Release info
Release version: N/A
Release description N/A
Code Examples N/A
Minor update: 1.8.2 → 1.9.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add arc-swapOr add to Cargo.toml: arc-swap = "1.9.0"