garro95 / priority-queue

A priority queue for Rust with efficient change function.
173 stars 29 forks source link

Export IndexMap Equivalent trait #25

Open garro95 opened 4 years ago

garro95 commented 4 years ago

IndexMap Equivalent trait allows to have a special implementation of Eq to use inside the hashmap but different from the ==. IndexMap provide a default implementation of Equivalent for types that implement Eq, that simply apply ==.