Snap for 7160059 from dc8ad0afe6bafbb3872703a9b855bd52e1726bbd to sc-release am: 7b58e62149

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/13646511

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I77d0979324f4a96190aaf420eaa4343c2d4dad69
tree: fbfacb8577124d735b7a802d486828a01e3b4582
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. .travis.yml
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. deploy-docs.sh
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. TEST_MAPPING
README.md

WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES

It works fine, but will generally no longer be improved.

We are currently only accepting changes which:

  • keep this compiling with the latest versions of Rust or its dependencies.
  • have minimal review requirements, such as documentation changes (so not totally new APIs).

A cache that holds a limited number of key-value pairs.

Documentation is available at https://contain-rs.github.io/lru-cache/lru_cache.