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
83 stars 36 forks source link

Implement `drain` #24

Open apasel422 opened 8 years ago

apasel422 commented 8 years ago

Depends on contain-rs/linked-hash-map#34.