Android S v2 Preview 2 (S2B2.211203.006)
Update TEST_MAPPING am: 5af38952f6

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

Change-Id: I0c42fa9ba0f982e9fd06c3290d8fe4f0f63b9bbf
tree: 5bffab2101223569ec9b28587d4c7e77e546d584
  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.