arc-swap

Support atomic operations on Arc itself

Latest version: 1.7.1 registry icon
Maintenance score
70
Safety score
96
Popularity score
78
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.7.1 0 0 0 0 0
1.7.0 0 0 0 0 0
1.6.0 0 0 0 0 0
1.5.1 0 0 0 0 0
1.5.0 0 0 0 0 0
1.4.0 0 0 0 0 0
1.3.2 0 0 0 0 0
1.3.1 0 0 0 0 0
1.3.0 0 0 0 0 0
1.2.0 0 0 0 0 0
1.1.0 0 0 0 0 0
1.0.0 0 0 1 0 0
0.4.8 0 0 0 0 0
0.4.7 0 0 1 0 0
0.4.6 0 0 1 0 0
0.4.5 0 0 1 0 0
0.4.4 0 0 1 0 0
0.4.3 0 0 1 0 0
0.4.2 0 0 1 0 0
0.4.1 0 0 0 1 0
0.4.0 0 0 0 1 0
0.3.11 0 0 0 1 0
0.3.10 0 0 0 1 0
0.3.9 0 0 0 1 0
0.3.8 0 0 0 1 0
0.3.7 0 0 0 1 0
0.3.6 0 0 0 1 0
0.3.5 0 0 0 1 0
0.3.4 0 0 0 1 0
0.3.3 0 0 0 1 0
0.3.2 0 0 0 1 0
0.3.1 0 0 0 1 0
0.3.0 0 0 0 1 0
0.2.0 0 0 0 1 0
0.1.4 0 0 0 1 0
0.1.3 0 0 0 1 0
0.1.2 0 0 0 1 0
0.1.1 0 0 0 1 0
0.1.0 0 0 0 1 0

Stability
Latest release:

1.7.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant


MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



ArcSwap

Actions Status codecov docs

This 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, with consistent performance characteristics.

Read the documentation before using.

Rust version policy

The 1. version will build on any edition 2018 capable compiler. This does not include:

  • Tests. Tests build and run on recent compilers, mostly because of dependencies.
  • Additional feature flags. Most feature flags are guaranteed to build since the version they are introduced. Experimental features are without any guarantees.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.