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

Let functions return "impl Iterator" to hide iterator structs #201

Merged
merged 1 commit into from Sep 13, 2020

Conversation

mgeisler
Copy link
Owner

This slims down our public API a little by hiding the concrete type of iterator returned. This will hopefully make the API easier to understand.

This slims down our public API a little by hiding the concrete type of
iterator returned. This will hopefully make the API easier to
understand.
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2020

Codecov Report

Merging #201 into master will not change coverage.
The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #201   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files           4        4           
  Lines         397      397           
=======================================
  Hits          367      367           
  Misses         30       30           
Impacted Files Coverage Δ
src/lib.rs 89.53% <33.33%> (ø)

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 a024ef9...da454e4. Read the comment docs.

@mgeisler mgeisler merged commit 5325394 into master Sep 13, 2020
@mgeisler mgeisler deleted the hide-iterators branch December 29, 2020 00:02
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.

None yet

2 participants