Add metadata files am: 76a157d30a am: 501aa7cc12 am: c1e483a4c8 am: a1af3285f2 am: eadde6a1ea

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

Change-Id: I95bc2ffec5d6fecc44e075f47562ee797c8f8b9e
tree: b35c8c445b8609ea7a6a7283c60bb2e17fa56062
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. .travis.yml
  5. Cargo.toml
  6. Cargo.toml.orig
  7. deploy-docs.sh
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. METADATA
  11. MODULE_LICENSE_APACHE2
  12. README.md
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.