jeromefroe / lru-rs

An implementation of a LRU cache
https://docs.rs/lru/
MIT License
644 stars 106 forks source link

fix: adding BuildHasher trait bound to Debug for LruCache #181

Closed anthok closed 1 year ago

anthok commented 1 year ago

Fixes #180

jeromefroe commented 1 year ago

Thanks for the contribution @anthok!