Cleanup license metadata in external/rust/crates/arc-swap. am: 39224721e1

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/arc-swap/+/3193026

Change-Id: I989ff0595812c779b0c548888ff9c594e1f71f86
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 7b0d472fe9fc8b9f1388157a45db0c252417784f
  1. .github/
  2. benches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. .gitignore
  7. Android.bp
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo_embargo.json
  11. CHANGELOG.md
  12. ci-check.sh
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. MODULE_LICENSE_MIT
  18. OWNERS
  19. README.md
  20. rustfmt.toml
  21. TODO
README.md

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.