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

Implement Entry API, Rebased #42 #76

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

I resolved conflicts between #42 and #53, #54, #57, #59.

FlashCat commented 7 years ago

r? @Gankro

(I've picked a reviewer for you, use r? to override)

dtolnay commented 7 years ago

r? @apasel422

apasel422 commented 7 years ago

Looks good. Could you add a test that calls remove on an OccupiedEntry returned from the Entries iterator?

dtolnay commented 7 years ago

Added.