Bug: 160020666

Clone this repo:
  1. a497029 Make linked-hash-map available to product and vendor am: dfd2708d51 by Matthew Maurer · 3 months ago main master android-u-beta-1-gpl
  2. dfd2708 Make linked-hash-map available to product and vendor by Matthew Maurer · 3 months ago
  3. 6cfbb25 Merge "Update TEST_MAPPING" am: 4559743e81 am: 968969ece0 by Jeffrey Vander Stoep · 6 months ago
  4. 968969e Merge "Update TEST_MAPPING" am: 4559743e81 by Jeffrey Vander Stoep · 6 months ago
  5. 4559743 Merge "Update TEST_MAPPING" by Jeffrey Vander Stoep · 6 months ago main-16k-with-phones

Rust CI crates.io

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:

  • fix correctness issues
  • 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://docs.rs/linked-hash-map.