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 wrapper for std::iter::Iterator #31

Closed
wants to merge 3 commits into from
Closed

add wrapper for std::iter::Iterator #31

wants to merge 3 commits into from

Conversation

fbrv
Copy link
Contributor

@fbrv fbrv commented Apr 17, 2023

Hey!
Thanks for this fantastic crates, I'm opening this MR because it already few times that I had to convert a std::iter::Iterator into a FallibleIterator (eg applying flatmap to a Vec<FallibleIterator>). It might be useful also for other dev that use this crate.

@dpc
Copy link
Collaborator

dpc commented May 12, 2023

@fbrv I might release a new version sometime soon (few days). Would you like to rebase?

@dpc
Copy link
Collaborator

dpc commented May 12, 2023

Just did it in #36 . Please let me know if I messed up something.

@dpc dpc closed this May 12, 2023
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.

2 participants