1  [](https://crates.io/crates/linked-hash-map) [](https://docs.rs/linked-hash-map) 2 3 4 **WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES** 5 6 It works fine, but will generally no longer be improved. 7 8 We are currently only accepting changes which: 9 10 * fix correctness issues 11 * keep this compiling with the latest versions of Rust or its dependencies. 12 * have minimal review requirements, such as documentation changes (so not totally new APIs). 13 14 ------ 15 16 17 A HashMap wrapper that holds key-value pairs in insertion order. 18 19 Documentation is available at https://docs.rs/linked-hash-map. 20