Migrate 25 crates to monorepo. am: d1e34f15b6

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

Change-Id: Id0fd79fe177e489cbe572210afd5fd60585f69aa
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 486ecac4afad8535a5c1f9fb6fd96571d3b46d69
  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
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.