jedisct1 / rust-arc-cache

An Adaptative Replacement Cache for Rust
Other
11 stars 3 forks source link

Implement IntoIterator on ArcCache #6

Closed janik-cloudflare closed 3 years ago

janik-cloudflare commented 3 years ago

This allows users to iterate over the items in the cache, which may be useful for debugging purposes.

jedisct1 commented 3 years ago

Sure, that can be useful!

Thank you for contributing this!

Do you need a new release to be tagged urgently?

janik-cloudflare commented 3 years ago

Thank you for this crate and for taking a look at this so quickly! If you could tag a release sometime during the next week or so that would be great, otherwise we'll just depend on the git repository.

jedisct1 commented 3 years ago

Done!

janik-cloudflare commented 3 years ago

Thank you so much!