Add metadata files am: ee3e09d255 am: 2c5d94cd63 am: 41096a2cb3 am: 7746f9d494 am: 73271470b2

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/linked-hash-map/+/1375081

Change-Id: Ie4468603641f2dfa3faa693e8e775af3173aef02
tree: 2e027e425ffd239cb356b0c5a59f314674983d0a
  1. src/
  2. tests/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. Cargo.toml
  6. Cargo.toml.orig
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. 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 HashMap wrapper that holds key-value pairs in insertion order.

Documentation is available at https://contain-rs.github.io/linked-hash-map/linked_hash_map.