contain-rs / lru-cache

A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
82 stars 36 forks source link

Rename `with_hash_state` method #23

Closed apasel422 closed 8 years ago

apasel422 commented 8 years ago

with_hash_state should become with_hasher.

CC contain-rs/linked-hash-map#40.

jstnlef commented 8 years ago

Was there a reason this hasn't change? I can throw up a quick PR to change the name here at least.