From a288bf3b3a14ecc5f05006dd15f43759548b1469 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 13 Aug 2024 13:20:56 -0700 Subject: [PATCH] Add a README note for `ordermap` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9112d528..e504109d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ allows lookup of entries by either hash table key or numerical index. Note: this crate was originally released under the name `ordermap`, but it was renamed to `indexmap` to better reflect its features. +The [`ordermap`](https://crates.io/crates/ordermap) crate now exists +as a wrapper over `indexmap` with stronger ordering properties. # Background