jeromefroe / lru-rs

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

Add get_key_value_mut #195

Closed gcsbt closed 9 months ago

gcsbt commented 9 months ago

This PR adds the get_key_value_mut method, which is based on get_key_value but returns a mutable reference instead of an immutable reference.

jeromefroe commented 9 months ago

Thanks for the contribution @gcsbt!

gcsbt commented 9 months ago

Thanks for the super quick merge @jeromefroe!