Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING." am: eac7e9dd94 am: cde1e4e04d am: 1a02a4b742 am: c8a2b3c568

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

Change-Id: I95002e35447669b33816e1ec3c4f0910d0c12ba3
tree: 673a689a788b34fde45df0c3807ade9b4f1eb333
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. .travis.yml
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. cargo2android.json
  9. deploy-docs.sh
  10. LICENSE-APACHE
  11. LICENSE-MIT
  12. METADATA
  13. MODULE_LICENSE_APACHE2
  14. OWNERS
  15. README.md
  16. 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.