contain-rs / linked-hash-map

A HashMap wrapper that holds key-value pairs in insertion order
https://contain-rs.github.io/linked-hash-map/linked_hash_map/
Apache License 2.0
169 stars 60 forks source link

Maps with the same entries but different orders do not compare equal #92

Open Diggsey opened 6 years ago

Diggsey commented 6 years ago

It's unclear if this is intentional, but if it is it should be clearly documented.

Gankra commented 6 years ago

I can't remember if this is intentional, but too late to change imo. Just doc it.