Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Iterator for LruCache #20

Merged
merged 1 commit into from
Dec 6, 2018
Merged

Conversation

jeromefroe
Copy link
Owner

@jeromefroe jeromefroe commented Dec 6, 2018

Add an Iter struct for iterating over the elements in a LruCache.

@codecov-io
Copy link

codecov-io commented Dec 6, 2018

Codecov Report

Merging #20 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage    98.6%   98.59%   -0.01%     
==========================================
  Files           1        1              
  Lines         501      499       -2     
==========================================
- Hits          494      492       -2     
  Misses          7        7
Impacted Files Coverage Δ
src/lib.rs 98.59% <100%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0fb7179...7ae5b55. Read the comment docs.

@jeromefroe jeromefroe merged commit 0003c8a into master Dec 6, 2018
@jeromefroe jeromefroe deleted the jeromefroe/implement-iterator branch December 6, 2018 22:45
@rohitjoshi
Copy link
Contributor

👍 Really appreciate. I will try this out. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants